From a46359bfe7b0698ea293e2dda5d9b29d8bf58a5c Mon Sep 17 00:00:00 2001 From: Parker Date: Fri, 28 Mar 2025 23:47:27 -0500 Subject: [PATCH] small changes --- css/index.css | 12 +++----- index.html | 26 ++++++++++++++--- js/toggle.js | 80 +++++++++++++++++++++++++-------------------------- 3 files changed, 66 insertions(+), 52 deletions(-) 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 { diff --git a/index.html b/index.html index 2aa3f7d..c45c3d4 100644 --- a/index.html +++ b/index.html @@ -7,16 +7,34 @@ - - - - Parker M. + + + + + + +