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

@ -17,8 +17,8 @@
margin: 0px 3px 3px 3px;
border-radius: 8px;
overflow: hidden;
border: 1.25px solid rgba(0, 0, 0, 0.05);
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
border: 1.25px solid rgb(0 0 0 / .05);
box-shadow: 0px 1px 2px rgb(0 0 0 / .1);
}
:root #browser {