From fcf7563ab55bad167e20b27b7953f627f9fc8dd9 Mon Sep 17 00:00:00 2001 From: Aarya Bhatia Date: Sun, 1 Oct 2023 15:50:31 -0500 Subject: [PATCH] refactor --- static/index.css | 9 --------- 1 file changed, 9 deletions(-) diff --git a/static/index.css b/static/index.css index 69150b6..3f4bad5 100644 --- a/static/index.css +++ b/static/index.css @@ -20,7 +20,6 @@ h1,h2,h3,h4,h5,h6 { } h1 { - /* color: var(--color-bright-teal); */ color: var(--color-pale-blue-lily); font-size: 3rem; } @@ -34,14 +33,6 @@ a { color: var(--color-bright-teal); } -#nav a { - text-decoration: none; -} - -#nav a:hover { - color: white; -} - #social a { font-size: 1.5rem; text-decoration: none;