mirror of
https://github.com/LBRYFoundation/lbryorg.git
synced 2025-08-23 20:47:23 +00:00
fix: navbar dropdown is not transparent
This commit is contained in:
parent
6bdf9a5f8c
commit
19b731a2aa
1 changed files with 5 additions and 1 deletions
|
@ -92,6 +92,10 @@ nav {
|
|||
box-shadow: rgba(0, 0, 0, 0.6) 0 0 1rem;
|
||||
}
|
||||
|
||||
.navbar-collapse {
|
||||
background-color: 072A46 !important;
|
||||
}
|
||||
|
||||
.nav-transparent {
|
||||
background-color: transparent !important;
|
||||
box-shadow: none;
|
||||
|
@ -205,4 +209,4 @@ nav {
|
|||
opacity: 0;
|
||||
transform: scale(0.6);
|
||||
}
|
||||
/* /scrollFade */
|
||||
/* /scrollFade */
|
||||
|
|
Loading…
Add table
Reference in a new issue