You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
| 1234567891011121314 |
- @tailwind base;
- @tailwind components;
- @tailwind utilities;
-
- @layer components {
- .article h1 {
- @apply font-secondary font-bold text-dark-gray dark:text-white text-n-head-mobile md:text-n-head;
- }
- .article p {
- }
- .article a {
- @apply text-dg-primary-900 text-n-paragraph underline cursor-pointer
- }
- }
|