Fixed topbar menu in dark mode
parent
064e3be9af
commit
5b0c6aebcb
|
@ -39,13 +39,13 @@
|
|||
}
|
||||
|
||||
.topbar-menu {
|
||||
background-color: #ffffff;
|
||||
background-color: var(--layer-0);
|
||||
float: none;
|
||||
width: 100%;
|
||||
height: 41px;
|
||||
margin: -1px 0 0 0;
|
||||
border-bottom: 1px solid #e3e9ea;
|
||||
border-top: 1px solid #e3e9ea;
|
||||
border-bottom: 1px solid var(--layer-2);
|
||||
border-top: 1px solid var(--layer-2);
|
||||
|
||||
> li {
|
||||
height: 40px;
|
||||
|
|
Loading…
Reference in New Issue