Took 32 minutes
This commit is contained in:
2022-11-18 00:01:56 +01:00
parent 03dd0e0fb6
commit 016f4bc3fe
7 changed files with 77 additions and 5 deletions

View File

@ -37,7 +37,7 @@ h1 {
font-size: 1.74em;
font-weight: 500;
margin-bottom: 2%;
color: white;
}
@ -100,13 +100,22 @@ h1 {
#overlay #bottom #menuBtn {
height: 100%;
width: 10%;
background-color: blue;
background-color: #21212d;
padding: 1px;
font-size: 1.5em;
border: 0;
border-radius: 0 8px 0 0;
border-radius: 0 12px 0 0;
color: white;
float: left;
transition: all 0.4s;
}
#menuBtn:hover {
background-color: #313147 !important;
}
#menuBtn:disabled {
background-color: #777 !important;
color: #C1C1C1 !important;
}