update navbar background color opacity

This commit is contained in:
mtvnnb 2025-04-07 18:53:45 +07:00
parent e855de7508
commit d1f43a82bb

View file

@ -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;