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 */
|
||||
nav {
|
||||
transition: all 1s;
|
||||
transition: all 0.4s;
|
||||
box-shadow: rgba(0, 0, 0, 0.6) 0 0 1rem;
|
||||
}
|
||||
|
||||
.nav-transparent {
|
||||
background-color: transparent !important;
|
||||
box-shadow: none;
|
||||
}
|
||||
/* /Navbar */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue