Update index.css

This commit is contained in:
2025-04-08 10:07:35 -05:00
committed by GitHub
parent b29bae8a0a
commit 1559ce97d3
+1 -19
View File
@@ -181,7 +181,7 @@ body {
--button-hover-text-dark: #0d0d0d; --button-hover-text-dark: #0d0d0d;
--background-color-light: #ffffff; --background-color-light: #ffffff;
--text-color-light: #000000; --text-color-light: #333333;
--button-bg-light: #f0f0f0; --button-bg-light: #f0f0f0;
--button-hover-bg-light: #333333; --button-hover-bg-light: #333333;
--button-hover-text-light: #ffffff; --button-hover-text-light: #ffffff;
@@ -206,7 +206,6 @@ h1 {
font-size: 3rem; font-size: 3rem;
text-transform: uppercase; text-transform: uppercase;
animation: glow 1.5s infinite alternate; animation: glow 1.5s infinite alternate;
text-shadow: 0 0 10px #00ff00, 0 0 20px #00ff00, 0 0 30px #00ff00;
} }
@keyframes glow { @keyframes glow {
@@ -246,20 +245,3 @@ h1 {
.button:active { .button:active {
transform: scale(0.95); 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);
}