aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-10-29 03:36:31 -0400
committerThedro Neely <thedroneely@gmail.com>2019-10-29 03:36:31 -0400
commit8aaeadc402632e7ef6cefc2eeb47c2068bbbca9e (patch)
treec995570120c11852b601166cb0ed7c3e95f4d26a /public
parent1db55903fd820b61b39ee2c7fbbf7b6ac23ff135 (diff)
downloadthedroneely.com-8aaeadc402632e7ef6cefc2eeb47c2068bbbca9e.tar.gz
thedroneely.com-8aaeadc402632e7ef6cefc2eeb47c2068bbbca9e.tar.bz2
thedroneely.com-8aaeadc402632e7ef6cefc2eeb47c2068bbbca9e.zip
public/css/tdro-dark: Reduce image brightness in dark mode
Diffstat (limited to 'public')
-rw-r--r--public/css/tdro-dark.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/css/tdro-dark.css b/public/css/tdro-dark.css
index 2fc3c29..c883f28 100644
--- a/public/css/tdro-dark.css
+++ b/public/css/tdro-dark.css
@@ -3,7 +3,7 @@
html { background-color: #001f2c; }
a { color: #75b2f0; }
a.navbar-item:hover { color: #fff !important; }
-img { box-shadow: none; }
+img { box-shadow: none; filter: brightness(75%); }
body, .sans-serif > a, .serif > a { color: #cad6e2 }
.article__list li:hover { background-color: #003247; }
.leftnote, .rightnote { color: #a9bdd0; }