aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2022-11-30 20:24:04 -0500
committerThedro Neely <thedroneely@gmail.com>2022-11-30 20:24:04 -0500
commitc1863b682fd1bd950660a7c039d2900d9054ae4a (patch)
tree7450c694b39a0d0e8fd85201c45b772c0b9a4459
parent528426a1e3a0bcd2fad8a4317e898a1c9e0e59ee (diff)
downloadthedroneely.com-c1863b682fd1bd950660a7c039d2900d9054ae4a.tar.gz
thedroneely.com-c1863b682fd1bd950660a7c039d2900d9054ae4a.tar.bz2
thedroneely.com-c1863b682fd1bd950660a7c039d2900d9054ae4a.zip
public/css/tdro: Group anchor focus tags and focus code-block language label
-rw-r--r--public/css/tdro.css21
1 files changed, 11 insertions, 10 deletions
diff --git a/public/css/tdro.css b/public/css/tdro.css
index 02e9534..7fabcaa 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -54,10 +54,6 @@ a:hover {
text-shadow: 0 0 currentColor;
}
-a:focus {
- border-bottom: 3px solid;
-}
-
a:hover img {
box-shadow: 0 8px 32px;
}
@@ -72,6 +68,17 @@ a:focus img,
outline: none;
}
+a:focus {
+ border-bottom: 3px solid;
+ border-color: #999;
+}
+
+a:focus,
+code-block[id^="code-block"]:target language-label a {
+ background-color: #ffeac2;
+ color: #000;
+}
+
html,
body,
p,
@@ -1926,12 +1933,6 @@ a:hover {
border-color: #999;
}
-a:focus {
- background-color: #ffeac2;
- border-color: #999;
- color: #000;
-}
-
a:hover img {
color: #999;
}