adjust dark shadow color

This commit is contained in:
bmFtZQ 2021-03-29 19:58:22 +08:00 committed by GitHub
parent ad9eb49c23
commit 0842c4084e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@
box-shadow: 0 2px 4px #0005, 0 -1px 2px -1px #0004 !important; box-shadow: 0 2px 4px #0005, 0 -1px 2px -1px #0004 !important;
} }
:root[lwthemetextcolor="bright"] .tabbrowser-tab[visuallyselected] .tab-background, :root[lwthemetextcolor="bright"] { :root[lwthemetextcolor="bright"] .tabbrowser-tab[visuallyselected] .tab-background, :root[lwthemetextcolor="bright"] {
box-shadow: 0 2px 4px #0007, 0 -1px 2px -1px #0006 !important; box-shadow: 0 2px 4px #0008, 0 -1px 2px -1px #0006 !important;
} }
#TabsToolbar > .toolbar-items { #TabsToolbar > .toolbar-items {