mirror of
https://github.com/mempool/mempool.git
synced 2025-03-03 17:47:01 +01:00
Liquid testnet navbar color
This commit is contained in:
parent
10c4e47091
commit
be45e88056
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
||||
|
|
|
@ -100,6 +100,10 @@ body {
|
|||
background-color: #6f1d5d !important;
|
||||
}
|
||||
|
||||
.navbar-nav.liquidtestnet > .active {
|
||||
background-color: #494a4a !important;
|
||||
}
|
||||
|
||||
.form-control {
|
||||
color: #495057;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue