Update navbar background color

This commit is contained in:
natsoni
2024-04-10 12:25:30 +09:00
parent b0058e94ce
commit 9f6521b987
4 changed files with 6 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
<ng-container *ngIf="{ val: network$ | async } as network">
<header *ngIf="headerVisible" class="sticky-header">
<nav class="navbar navbar-expand-md navbar-dark bg-dark">
<nav class="navbar navbar-expand-md navbar-dark">
<!-- Hamburger -->
<ng-container *ngIf="servicesEnabled">
<div *ngIf="user" class="profile_image_container" [class]="{'anon': !user.imageMd5}" (click)="hamburgerClick($event)">

View File

@@ -18,6 +18,7 @@ fa-icon {
z-index: 100;
min-height: 64px;
width: 100%;
background-color: var(--bg);
}
li.nav-item {
@@ -179,7 +180,7 @@ nav {
}
}
.navbar-dark .navbar-nav .nav-link {
color: #f1f1f1;
color: var(--icon);
}
.subdomain_logo {