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
  1. @tailwind base;
  2. @tailwind components;
  3. @tailwind utilities;
  4. @layer components {
  5. .article h1 {
  6. @apply font-secondary font-bold text-dark-gray dark:text-white text-n-head-mobile md:text-n-head;
  7. }
  8. .article p {
  9. }
  10. .article a {
  11. @apply text-dg-primary-900 text-n-paragraph underline cursor-pointer
  12. }
  13. }