Skip to content

Instantly share code, notes, and snippets.

@Klerith
Created June 14, 2024 18:45
Show Gist options
  • Save Klerith/9dc0b536744934e2bdcb156806c7b9c4 to your computer and use it in GitHub Desktop.
Save Klerith/9dc0b536744934e2bdcb156806c7b9c4 to your computer and use it in GitHub Desktop.
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