| 12345678910111213141516171819202122232425262728293031323334353637 |
- @import 'tailwindcss';
-
- @source '../../vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php';
- @source '../../storage/framework/views/*.php';
- @source '../**/*.blade.php';
- @source '../**/*.js';
-
- @theme {
- --font-sans: 'Instrument Sans', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
- 'Segoe UI Symbol', 'Noto Color Emoji';
- }
- .lexical__h2 {
- font-size: 32px;
- font-weight: 700
- }
-
- .lexical__h3 {
- font-size: 26px
- }
-
- .lexical__h4 {
- font-size: 24px;
- margin: 0;
- line-height: 2.5
- }
-
- .lexical__h5 {
- font-size: 20px;
- }
-
- .lexical__paragraph {
- font-size: 16px;
- }
-
- ul {
- font-size: 16px;
- }
|