update navbar background color opacity
This commit is contained in:
parent
e855de7508
commit
d1f43a82bb
1 changed files with 2 additions and 1 deletions
|
@ -120,7 +120,8 @@
|
|||
}
|
||||
|
||||
&.transparent-navbar {
|
||||
background-color: rgb(255,255,255,0.1)!important;
|
||||
background-color: rgb(255,255,255) !important;
|
||||
opacity: 0.1;
|
||||
.navbar-brand {
|
||||
color: get-light-color('inverse-text-color');
|
||||
font-weight: 600;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue