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;
|
height: 42px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
color: #000;
|
fill: #f8ae00;
|
||||||
background-color: #f8ae00;
|
background-color: #2a2a2a;
|
||||||
border: 0;
|
border: 0;
|
||||||
|
border-left: 1px solid #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main-nav__btn:focus,
|
.main-nav__btn:focus,
|
||||||
|
|
Loading…
Reference in a new issue