fix various color and theming issues

This commit is contained in:
bmFtZQ 2023-11-23 12:18:54 +08:00
parent 30a20c3edb
commit e273ecaa61
7 changed files with 98 additions and 138 deletions

View file

@ -126,13 +126,13 @@ bugs with certain themes eg. dark text on dark background.) */
:root {
--uc-titlebar-shadow: none;
--uc-tab-shadow:
0 3.3px 3px rgba(0, 0, 0, 0.06),
0 0 0 1px rgba(0, 0, 0, 0.11);
0 3.3px 3px rgb(0 0 0 / .06),
0 0 0 1px rgb(0 0 0 / .11);
}
:root[lwtheme-brighttext="true"] {
--uc-titlebar-shadow: none;
--uc-tab-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
--uc-tab-shadow: 0 1px 2px rgb(0 0 0 / .08);
}
}