summaryrefslogtreecommitdiff
path: root/source/css/style.css
diff options
context:
space:
mode:
authorDoge <[email protected]>2021-05-15 18:07:34 +0800
committerDoge <[email protected]>2021-05-15 18:07:34 +0800
commita5815b46faec029a4f74f61352c7f31cf2a6b1e5 (patch)
tree22b912617e2f3438378ca3d833a026416425014a /source/css/style.css
parentc93bcc231d10f544078f5f465cce549e686700f8 (diff)
downloadchromate-a5815b46faec029a4f74f61352c7f31cf2a6b1e5.tar.gz
chromate-a5815b46faec029a4f74f61352c7f31cf2a6b1e5.tar.bz2
chromate-a5815b46faec029a4f74f61352c7f31cf2a6b1e5.zip
Set darkmode img high-contrast with low brightness
Diffstat (limited to 'source/css/style.css')
-rw-r--r--source/css/style.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/css/style.css b/source/css/style.css
index f06cca9..c088265 100644
--- a/source/css/style.css
+++ b/source/css/style.css
@@ -11,6 +11,9 @@ pre {
box-shadow: none!important;
background-color: #121212!important
}
+ img:not([src*=".svg"]) {
+ filter: brightness(.7) contrast(1.2);
+ }
}
@media screen and (max-width:1023px) {