this repo has no description

fix: bookmark bg blur bg

+5 -1
+5 -1
chrome/browser/navbar.css
··· 166 166 width: 100% !important; 167 167 background-color: transparent !important; 168 168 z-index: 100 !important; 169 + background-color: var(--uc-bg-tran) !important; 170 + } 171 + #PersonalToolbar { 172 + position: relative !important; 169 173 } 170 174 171 175 #nav-bar::before, ··· 176 180 left: 0; 177 181 width: 100%; 178 182 height: 100%; 179 - background-color: var(--uc-bg-tran) !important; 183 + background: transparent !important; 180 184 backdrop-filter: blur(var(--uc-blur-radius)) !important; 181 185 z-index: -1 !important; 182 186 }