Created
June 14, 2024 18:45
-
-
Save Klerith/9dc0b536744934e2bdcb156806c7b9c4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
html { | |
@apply bg-gray-900 px-10; | |
} | |
body { | |
@apply mt-10; | |
} | |
h1 { | |
@apply text-3xl text-white my-5; | |
} | |
h2 { | |
@apply text-2xl text-blue-500 my-5; | |
} | |
h3 { | |
@apply text-xl text-white my-5; | |
} | |
p { | |
@apply text-white my-5; | |
} | |
a { | |
@apply text-blue-500 hover:underline; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment