mirror of
https://github.com/LBRYFoundation/lbryorg.git
synced 2025-08-23 20:47:23 +00:00
Fix the Navigation transparency bug in MOBO
This commit is contained in:
parent
a125196369
commit
5eca9b25d6
1 changed files with 2 additions and 2 deletions
|
@ -102,7 +102,7 @@ nav {
|
|||
}
|
||||
|
||||
.nav-transparent {
|
||||
background-color: transparent !important;
|
||||
background-color: #072A46 !important;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
|
@ -167,4 +167,4 @@ hr.subhead {
|
|||
hsl(185, 76%, 52%),
|
||||
hsla(0, 0%, 0%, 0));
|
||||
position: relative;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue