app.css 675B

12345678910111213141516171819202122232425262728293031323334353637
  1. @import 'tailwindcss';
  2. @source '../../vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php';
  3. @source '../../storage/framework/views/*.php';
  4. @source '../**/*.blade.php';
  5. @source '../**/*.js';
  6. @theme {
  7. --font-sans: 'Instrument Sans', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
  8. 'Segoe UI Symbol', 'Noto Color Emoji';
  9. }
  10. .lexical__h2 {
  11. font-size: 32px;
  12. font-weight: 700
  13. }
  14. .lexical__h3 {
  15. font-size: 26px
  16. }
  17. .lexical__h4 {
  18. font-size: 24px;
  19. margin: 0;
  20. line-height: 2.5
  21. }
  22. .lexical__h5 {
  23. font-size: 20px;
  24. }
  25. .lexical__paragraph {
  26. font-size: 16px;
  27. }
  28. ul {
  29. font-size: 16px;
  30. }