fix various color and theming issues
This commit is contained in:
parent
30a20c3edb
commit
e273ecaa61
7 changed files with 98 additions and 138 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue