mirror of
https://github.com/LBRYFoundation/lbryorg.git
synced 2025-08-23 20:47:23 +00:00
feat: active nav item slightly different color
This commit is contained in:
parent
0ed80cc591
commit
f8023a486b
1 changed files with 9 additions and 0 deletions
|
@ -100,6 +100,15 @@ nav {
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.nav-item {
|
||||||
|
color: white !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-link.active {
|
||||||
|
background-color: rgb(11, 90, 121);
|
||||||
|
border-radius: 0.2rem;
|
||||||
|
}
|
||||||
/* /Navbar */
|
/* /Navbar */
|
||||||
|
|
||||||
/* Special Branded Color Classes*/
|
/* Special Branded Color Classes*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue