Fixed topbar menu in dark mode

pull/345/head
cagataycivici 2020-05-13 15:59:52 +03:00
parent 064e3be9af
commit 5b0c6aebcb
1 changed files with 3 additions and 3 deletions

View File

@ -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;