aboutsummaryrefslogtreecommitdiff
path: root/public/css/tdro-dark.css
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2022-12-06 17:24:38 -0500
committerThedro Neely <thedroneely@gmail.com>2022-12-06 17:24:38 -0500
commit34917b1ae33b4568f6646c3050f4214576e00d03 (patch)
treeef8194d7349f8abb29f96680c898ed8ad0016088 /public/css/tdro-dark.css
parent6c3bd1e8d097a498604a8daa5388d08af180cb80 (diff)
downloadthedroneely.com-34917b1ae33b4568f6646c3050f4214576e00d03.tar.gz
thedroneely.com-34917b1ae33b4568f6646c3050f4214576e00d03.tar.bz2
thedroneely.com-34917b1ae33b4568f6646c3050f4214576e00d03.zip
public/css/tdro: Target focus headings and code block labels
Diffstat (limited to 'public/css/tdro-dark.css')
-rw-r--r--public/css/tdro-dark.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/public/css/tdro-dark.css b/public/css/tdro-dark.css
index 262be46..4d73c7e 100644
--- a/public/css/tdro-dark.css
+++ b/public/css/tdro-dark.css
@@ -18,14 +18,21 @@
a {
color: #75b2f0;
}
-a:focus {
+
+a:focus,
+h1:target a,
+h2:target a,
+h3:target a,
+code-block[id^="code-block"]:target language-label a {
color: #fff;
background-color: #005d85;
}
+
a:hover img {
outline: 6px dashed #75b2f0;
box-shadow: none;
}
+
a:focus img {
outline: 9px dashed #75b2f0;
}