Liquid testnet navbar color

This commit is contained in:
softsimon 2021-12-31 02:33:18 +04:00
parent 10c4e47091
commit be45e88056
No known key found for this signature in database
GPG key ID: 488D7DCFB5A430D7
2 changed files with 5 additions and 1 deletions

View file

@ -27,7 +27,7 @@
</div>
<div class="navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav liquid">
<ul class="navbar-nav {{ network.val }}">
<li class="nav-item" routerLinkActive="active" [routerLinkActiveOptions]="{exact: true}">
<a class="nav-link" [routerLink]="['/' | relativeUrl]" (click)="collapse()"><fa-icon [icon]="['fas', 'tachometer-alt']" [fixedWidth]="true" i18n-title="master-page.dashboard" title="Dashboard"></fa-icon></a>
</li>

View file

@ -100,6 +100,10 @@ body {
background-color: #6f1d5d !important;
}
.navbar-nav.liquidtestnet > .active {
background-color: #494a4a !important;
}
.form-control {
color: #495057;
}