From 1559ce97d38023a659329c0d237fbcca1c2dbcbd Mon Sep 17 00:00:00 2001 From: mileswa1q22 Date: Tue, 8 Apr 2025 10:07:35 -0500 Subject: [PATCH] Update index.css --- index.css | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/index.css b/index.css index eb799c45..e0627557 100644 --- a/index.css +++ b/index.css @@ -181,7 +181,7 @@ body { --button-hover-text-dark: #0d0d0d; --background-color-light: #ffffff; - --text-color-light: #000000; + --text-color-light: #333333; --button-bg-light: #f0f0f0; --button-hover-bg-light: #333333; --button-hover-text-light: #ffffff; @@ -206,7 +206,6 @@ h1 { font-size: 3rem; text-transform: uppercase; animation: glow 1.5s infinite alternate; - text-shadow: 0 0 10px #00ff00, 0 0 20px #00ff00, 0 0 30px #00ff00; } @keyframes glow { @@ -246,20 +245,3 @@ h1 { .button:active { transform: scale(0.95); } - -.button img, .cal img { - border-radius: 8px; -} - -.cal { - position: absolute; - top: 10px; - left: 10px; - width: 50px; - height: 50px; - display: block; -} - -.light-mode .cal img { - filter: invert(1); -} \ No newline at end of file