aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-11-04 23:12:26 -0500
committerThedro Neely <thedroneely@gmail.com>2019-11-04 23:12:26 -0500
commit600ef7d9f6a070b0e0230e78a7728d7a2c951b06 (patch)
treed22cd86b98d2ae164b228005379dd570cab60628 /public
parent6bd0ac6e79bc2cdca649abceed0982d4e286439e (diff)
downloadthedroneely.com-600ef7d9f6a070b0e0230e78a7728d7a2c951b06.tar.gz
thedroneely.com-600ef7d9f6a070b0e0230e78a7728d7a2c951b06.tar.bz2
thedroneely.com-600ef7d9f6a070b0e0230e78a7728d7a2c951b06.zip
public/css/tdro-dark: Set image brightness to 100% on hover
Diffstat (limited to 'public')
-rw-r--r--public/css/tdro-dark.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/css/tdro-dark.css b/public/css/tdro-dark.css
index c883f28..71e1f56 100644
--- a/public/css/tdro-dark.css
+++ b/public/css/tdro-dark.css
@@ -3,6 +3,7 @@
html { background-color: #001f2c; }
a { color: #75b2f0; }
a.navbar-item:hover { color: #fff !important; }
+a:hover img { filter: brightness(100%); }
img { box-shadow: none; filter: brightness(75%); }
body, .sans-serif > a, .serif > a { color: #cad6e2 }
.article__list li:hover { background-color: #003247; }