From a46359bfe7b0698ea293e2dda5d9b29d8bf58a5c Mon Sep 17 00:00:00 2001 From: Parker Date: Fri, 28 Mar 2025 23:47:27 -0500 Subject: small changes --- css/index.css | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'css') diff --git a/css/index.css b/css/index.css index 1409763..6d0372d 100644 --- a/css/index.css +++ b/css/index.css @@ -1,17 +1,15 @@ html { - font-family: "Open Sans", Arial; - color: #9F9FAA; scroll-behavior: smooth; - background-color: #242528; } -html.light * { +html * { + font-family: "Open Sans", Arial; color: #444; background-color: #F0F0F0; } -html.light svg, -html.light #about a { +html svg, +html #about a{ color: #444; fill: #444; } @@ -38,7 +36,6 @@ nav { nav a { margin: 0 1rem; text-decoration: none; - color: #9F9FAA; } nav a:hover { @@ -200,7 +197,6 @@ svg:hover { #about a { text-decoration: underline; - color: #9F9FAA; } #about a:hover { -- cgit v1.2.3-70-g09d2