From f4f4a70aac0513362bcfb24adf4ac6cfa1607cb4 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 15 Oct 2022 11:21:27 -0400 Subject: Added a 404 page --- styles/globals.css | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) (limited to 'styles/globals.css') 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 + } +} -- cgit v1.2.3