This commit is contained in:
2024-11-18 19:26:29 -05:00
parent 7a76949ec3
commit 9e45e30b1d
35 changed files with 187 additions and 89 deletions

View File

@@ -26,7 +26,7 @@
font-size: 90px;
height: auto;
font-weight: 50;
color: rgb(255, 247, 0);
color: white;
width: auto;
}
@@ -34,7 +34,7 @@
padding: 0;
font-size: 40px;
font-weight: lighter;
color: rgb(255, 247, 0);
color: white;
width: auto;
}
@@ -53,7 +53,7 @@
}
.headerContainer button:hover {
background-color: #1500ff;
background-color: #ff0000;
color: rgb(255, 255, 255);
cursor: pointer;
transition: 0.3s ease-in;
@@ -100,7 +100,7 @@
}
.headerContainer button:hover {
background-color: #1500ff;
background-color: #ff0000;
color: rgb(255, 255, 255);
}
}
@@ -159,7 +159,7 @@
}
.headerContainer button:hover {
background-color: #1500ff;
background-color: red;
color: rgb(255, 255, 255);
}