This commit is contained in:
Skylar Grant 2024-09-03 19:37:55 -04:00
parent 6a1ef5559a
commit de71f98284
1 changed files with 6 additions and 6 deletions

View File

@ -21,7 +21,7 @@ body {
background-image: url('/src/backgrounds/bg1.jpg');
background-size: cover;
background-position: center;
color: #ffa31a;
color: #10b047;
height: 100%;
width: 100%;
margin: 0;
@ -52,14 +52,14 @@ body {
font-size: 20px;
text-align: center;
background-color: #292929;
color: #ffa31a;
color: #10b047;
border-radius: 3px;
box-shadow: 0px 4px 5px #171D20;
align-items: center;
padding-top: 10px;
padding-bottom: 10px;
margin-bottom: 0px;
border: #ffa31a 1px;
border: #23ec68 1px;
border-style: solid;
}
@ -100,7 +100,7 @@ body {
padding-right: 15px;
padding-left: 15px;
width: 100%;
color: #ffa31a;
color: #10b047;
font-size: 22px;
border-radius: 0px 0px 0px 0px;
height: 70px;
@ -163,11 +163,11 @@ li {
a:link {
text-decoration: none;
color: #F8BE4D;
color: #10b047;
}
a:visited {
color: #F8BE4D;
color: #10b047;
}
a:hover {