diff options
Diffstat (limited to 'styles/globals.css')
| -rw-r--r-- | styles/globals.css | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/styles/globals.css b/styles/globals.css index 0f7a5fe..62b5694 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -26,15 +26,8 @@ } -/* -html, -body { - padding: 0; - margin: 0; - height: 100%; - background-color: #484848; - color: #FFFFFF; - font-family: Hack; - src: url("/ttf/Hack-Regular.ttf"); - -}*/
\ No newline at end of file +@layer components { + .link { + @apply text-blue-600 hover:text-blue-300 + } +} |
