mirror of
https://github.com/LBRYFoundation/lbryorg.git
synced 2025-08-23 20:47:23 +00:00
fix: change navbar styling, add box-shadow
This commit is contained in:
parent
8741b4d7ac
commit
bb70160e90
1 changed files with 3 additions and 1 deletions
|
@ -92,11 +92,13 @@ html {
|
||||||
|
|
||||||
/* Navbar */
|
/* Navbar */
|
||||||
nav {
|
nav {
|
||||||
transition: all 1s;
|
transition: all 0.4s;
|
||||||
|
box-shadow: rgba(0, 0, 0, 0.6) 0 0 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-transparent {
|
.nav-transparent {
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
/* /Navbar */
|
/* /Navbar */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue