added transition forlight and dark mode

This commit is contained in:
Michael Andrew Maurakis 2025-01-19 19:34:04 -06:00
parent 6c4653c962
commit 8bafed95d1

View file

@ -19,12 +19,14 @@ header {
background-color: #ffffff;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
z-index: 1000;
transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.logo {
font-size: 24px;
font-weight: bold;
color: #ff4500;
transition: color 0.3s ease;
}
#fumbleButton {
@ -36,7 +38,7 @@ header {
font-size: 16px;
font-weight: bold;
cursor: pointer;
transition: transform 0.2s, background-color 0.2s;
transition: transform 0.2s ease, background-color 0.3s ease;
}
#fumbleButton:hover {