aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-09-03 18:13:31 -0400
committerThedro Neely <thedroneely@gmail.com>2020-09-03 18:13:31 -0400
commitf84c7dd220caffb640437a3a0f4559d981c9a749 (patch)
tree3a58df4c9f9aec3dcce961dcd87e0b747e9d0357 /public
parent456ec1e034bbfb8c869667a4ce10ccbc56e854f2 (diff)
downloadthedroneely.com-f84c7dd220caffb640437a3a0f4559d981c9a749.tar.gz
thedroneely.com-f84c7dd220caffb640437a3a0f4559d981c9a749.tar.bz2
thedroneely.com-f84c7dd220caffb640437a3a0f4559d981c9a749.zip
public/css/tdro: Add image hover
Diffstat (limited to 'public')
-rw-r--r--public/css/tdro.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/css/tdro.css b/public/css/tdro.css
index f7de538..a3a4d18 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -4324,6 +4324,7 @@ li a:focus span,
.front__more:focus { background-color: #fefe98 !important; color: black !important; outline: none; }
a:focus img { box-shadow: 0 0 40px 2px #999; }
+a:hover img { box-shadow: 0 8px 32px #999; }
.is-success:focus, .is-link:focus { background-color: #ebebeb !important }