diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-31 22:22:54 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-31 22:22:54 +0200 |
commit | 6bbfd3c2f8ccf6f7bb165cec86e3a3b3d98cd0c9 (patch) | |
tree | 4c594618bef5daf8d044891e280c4af11a5d70f6 /themes | |
parent | Place submenus in the correct order (diff) | |
download | baitinq.ml-6bbfd3c2f8ccf6f7bb165cec86e3a3b3d98cd0c9.tar.gz baitinq.ml-6bbfd3c2f8ccf6f7bb165cec86e3a3b3d98cd0c9.tar.bz2 baitinq.ml-6bbfd3c2f8ccf6f7bb165cec86e3a3b3d98cd0c9.zip |
Style: Change dark mode contrast to 80%
Diffstat (limited to 'themes')
-rw-r--r-- | themes/researcher/assets/css/dark.css | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/themes/researcher/assets/css/dark.css b/themes/researcher/assets/css/dark.css index 42a92f7..ebdcbe6 100644 --- a/themes/researcher/assets/css/dark.css +++ b/themes/researcher/assets/css/dark.css @@ -1,10 +1,4 @@ html { - filter: invert(100%) hue-rotate(180deg) brightness(105%) contrast(85%); - -webkit-filter: invert(100%) hue-rotate(180deg) brightness(105%) contrast(85%); -} -img, -video, -body * [style*="background-image"] { - filter: hue-rotate(180deg) contrast(100%) invert(100%); - -webkit-filter: hue-rotate(180deg) contrast(100%) invert(100%); + filter: invert(100%) hue-rotate(180deg) brightness(100%) contrast(80%); + -webkit-filter: invert(100%) hue-rotate(180deg) brightness(100%) contrast(80%); } |