aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2021-12-18 00:01:52 -0500
committerThedro Neely <thedroneely@gmail.com>2021-12-18 00:02:13 -0500
commit419e61a84b484a2abf76d14ea23214023f1b4b71 (patch)
tree15147940e0802a62d05d1d236a08df44b9994003 /public
parent3ae6e743f7001a4cf34cd8aef516b0ccb3a6195b (diff)
downloadthedroneely.com-419e61a84b484a2abf76d14ea23214023f1b4b71.tar.gz
thedroneely.com-419e61a84b484a2abf76d14ea23214023f1b4b71.tar.bz2
thedroneely.com-419e61a84b484a2abf76d14ea23214023f1b4b71.zip
public/css/tdro: Add anchor bottom border focus
Diffstat (limited to 'public')
-rw-r--r--public/css/tdro.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/public/css/tdro.css b/public/css/tdro.css
index 146ac55..bfb7ee1 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -1557,6 +1557,10 @@ a:hover {
border-bottom: 2px solid #999;
}
+a:focus {
+ border-bottom: 3px solid #999;
+}
+
:target::before {
content: "";
display: block;