aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2022-03-24 16:12:49 -0400
committerThedro Neely <thedroneely@gmail.com>2022-03-24 16:12:49 -0400
commit7847414c57686bcee1c089a911f0401fcc72f40b (patch)
treeec798c73001b322c0f221d23839b2f49ef24ab10 /public
parente2aff35eb02e501640987e72a08b40a32120204d (diff)
downloadthedroneely.com-7847414c57686bcee1c089a911f0401fcc72f40b.tar.gz
thedroneely.com-7847414c57686bcee1c089a911f0401fcc72f40b.tar.bz2
thedroneely.com-7847414c57686bcee1c089a911f0401fcc72f40b.zip
public/css/tdro: Set active anchor behaviour
Diffstat (limited to 'public')
-rw-r--r--public/css/tdro.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/public/css/tdro.css b/public/css/tdro.css
index 9df79df..dcf271b 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -1375,6 +1375,11 @@ a:focus {
border-bottom: 3px solid #999;
}
+a:active {
+ top: 0.1rem;
+ position: relative;
+}
+
:target::before {
content: "";
display: block;