mirror of
https://github.com/Vimux/Binario.git
synced 2024-11-11 01:38:28 +00:00
Fix main menu button
This commit is contained in:
parent
90093759c7
commit
0ffed428af
1 changed files with 3 additions and 2 deletions
|
@ -465,9 +465,10 @@ mark {
|
|||
height: 42px;
|
||||
padding: 0;
|
||||
font-size: 1em;
|
||||
color: #000;
|
||||
background-color: #f8ae00;
|
||||
fill: #f8ae00;
|
||||
background-color: #2a2a2a;
|
||||
border: 0;
|
||||
border-left: 1px solid #333;
|
||||
}
|
||||
|
||||
.main-nav__btn:focus,
|
||||
|
|
Loading…
Reference in a new issue