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;