aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-09-04 05:06:20 -0400
committerThedro Neely <thedroneely@gmail.com>2020-09-04 05:25:34 -0400
commit57b1d845cf1e2516d892dc8c2c4a0b723f335b32 (patch)
tree5f5e1da40004b578c5bd56564c69b19ef0123d40 /public
parentc5eedf00dfa7d2c0cf3fe2dc6c05ecada3cd6b1f (diff)
downloadthedroneely.com-57b1d845cf1e2516d892dc8c2c4a0b723f335b32.tar.gz
thedroneely.com-57b1d845cf1e2516d892dc8c2c4a0b723f335b32.tar.bz2
thedroneely.com-57b1d845cf1e2516d892dc8c2c4a0b723f335b32.zip
public/css/tdro: Outline image focus
Diffstat (limited to 'public')
-rw-r--r--public/css/tdro-dark.css2
-rw-r--r--public/css/tdro.css2
2 files changed, 3 insertions, 1 deletions
diff --git a/public/css/tdro-dark.css b/public/css/tdro-dark.css
index 5830a51..872056a 100644
--- a/public/css/tdro-dark.css
+++ b/public/css/tdro-dark.css
@@ -2,6 +2,8 @@
html { background-color: #001f2c; }
a { color: #75b2f0; }
+a:hover img { outline: 6px dashed #75b2f0; box-shadow: none; }
+a:focus img { outline: 9px dashed #75b2f0; }
a.navbar-item:hover { color: #fff !important; }
img { box-shadow: none; filter: brightness(75%); }
body, .sans-serif a, .serif a, .document h2 a, .document h3 a, nav#TableOfContents a { color: #cad6e2 }
diff --git a/public/css/tdro.css b/public/css/tdro.css
index a3a4d18..1152e3c 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -4323,7 +4323,7 @@ li a:focus span,
.isso-comment > div.text-wrapper > .text a:focus,
.front__more:focus { background-color: #fefe98 !important; color: black !important; outline: none; }
-a:focus img { box-shadow: 0 0 40px 2px #999; }
+a:focus img { outline: 2px solid; }
a:hover img { box-shadow: 0 8px 32px #999; }
.is-success:focus, .is-link:focus { background-color: #ebebeb !important }