Fix navbar styles

This commit is contained in:
the1812 2019-05-12 15:28:19 +08:00
parent 62ad6d10b1
commit f6329995e5
4 changed files with 10 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -164,6 +164,11 @@ li.nav-item[report-id='playpage_dynamic'] .i-frame,
display: flex;
align-items: center;
padding: 0 16px;
color: var(--navbar-foreground);
}
.custom-navbar .main-content:hover
{
color: var(--navbar-foreground) !important;
}
.custom-navbar .popup
{