diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-11-25 23:22:05 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-25 23:22:05 -0500 |
commit | 92e9f69c8069644c544301a51fbbd351e799e99d (patch) | |
tree | 621bea652f78ab9e5b6850512ababeece243f908 /ext/mixed/css/search.css | |
parent | c6c4631817247c44f788b1ffa2bc1d9f644802eb (diff) |
Popup style updates (#1066)
* Replace compactGlossaries option with new glossaryLayoutMode option
* Update attributes
* Update attributes
* Update color definitions
* Fix default theme scrollbar
Diffstat (limited to 'ext/mixed/css/search.css')
-rw-r--r-- | ext/mixed/css/search.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mixed/css/search.css b/ext/mixed/css/search.css index d9024172..8c8f77e6 100644 --- a/ext/mixed/css/search.css +++ b/ext/mixed/css/search.css @@ -59,7 +59,7 @@ :root[data-loaded=true] { --animation-duration: 0.125s; } -:root[data-yomichan-theme=dark] { +:root[data-theme=dark] { --text-color-default: #d8d8d8; --background-color: #1e1e1e; --shadow-color: rgba(255, 255, 255, 0.185); |