mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
Make browser use dark theme built-in widget in dark theme
Related discussion: - https://github.com/uBlockOrigin/uBlock-issues/discussions/1963#discussioncomment-2120312
This commit is contained in:
parent
34cca8349b
commit
b4774c4b98
1 changed files with 2 additions and 0 deletions
|
@ -299,6 +299,8 @@
|
|||
|
||||
/* https://material.io/design/color/dark-theme.html */
|
||||
:root.dark {
|
||||
color-scheme: dark;
|
||||
|
||||
--elevation-down-surface: black;
|
||||
--elevation-down1-opacity: 16%;
|
||||
--elevation-down2-opacity: 32%;
|
||||
|
|
Loading…
Reference in a new issue