update
Took 32 minutes
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user