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,6 +1,6 @@
<ng-container *ngIf="{ val: network$ | async } as network">
<header class="sticky-header">
<nav class="navbar navbar-expand-md navbar-dark bg-dark">
<nav class="navbar navbar-expand-md navbar-dark">
<a class="navbar-brand" [routerLink]="['/' | relativeUrl]" style="position: relative;">
<ng-container *ngIf="{ val: connectionState$ | async } as connectionState">
<div class="logo" [ngStyle]="{'opacity': connectionState.val === 2 ? 1 : 0.5 }">