Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/fncnt/vncnt-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfncnt <github@vncnt.eu>2019-05-25 12:06:15 +0300
committerfncnt <github@vncnt.eu>2019-05-25 12:06:15 +0300
commit4de1dddf3513b0002ac1bda6c120c906a562e9d6 (patch)
tree39fa8d48683c297f0527ffc8313abaa0a30b32c9
parentfc356123b5b126b784481316075c665d8596236d (diff)
Reduce opacity of images in dark mode.
-rw-r--r--static/css/vncnt.css2
1 files changed, 0 insertions, 2 deletions
diff --git a/static/css/vncnt.css b/static/css/vncnt.css
index 0c10f1a..f738adc 100644
--- a/static/css/vncnt.css
+++ b/static/css/vncnt.css
@@ -44,7 +44,6 @@ there.
img.value-img {
filter: invert(0.8);
}
- /* TODO - test dialing back image intensity on dark background
img {
opacity: .80;
transition: opacity .5s ease-in-out;
@@ -52,7 +51,6 @@ there.
img:hover {
opacity: 1;
}
- */
}
h1.h3-like, h2.h3-like {