summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2020-07-29 11:31:02 +0200
committerYorhel <git@yorhel.nl>2020-07-29 11:31:04 +0200
commitc485939d6d853c23116bc1b9c24f9aca42985fa4 (patch)
tree05bb680e72bb059dfc378c1dd1fe794b76e26864 /data
parentde0d6d2aa8746fc76109289a75d947fa6012f92f (diff)
CSS: Mark targeted section headings with different color
So that it is clear which section is being linked to.
Diffstat (limited to 'data')
-rw-r--r--data/style.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/style.css b/data/style.css
index 497211ae..c17243d5 100644
--- a/data/style.css
+++ b/data/style.css
@@ -720,6 +720,8 @@ div.charsum_list .charsum_bubble {
.docs { padding: 0 15% 20px 15%; line-height: 1.4 }
.docs h3 { margin: 30px 0 5px; font-size: 16px }
.docs h4 { margin-top: 15px; font-size: 14px }
+.docs h3 a:target,
+.docs h4 a:target { color: $standout$ }
.docs dd { margin: 5px 0 5px 120px }
.docs dt { float: left }
.docs ul, .docs ol { margin: 5px 0 5px 20px }