about summary refs log tree commit diff
path: root/stylesheet.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-04-22 22:25:42 -0400
committerJune McEnroe <june@causal.agency>2021-04-22 22:25:42 -0400
commitd58b94ab0ab6ddba27dfc55bfe5582fb14fbd60a (patch)
treef38ae1be72a3816558b6b5912f074ad365cdcb7d /stylesheet.c
parentHandle trailing comments in message IDs (diff)
downloadbubger-d58b94ab0ab6ddba27dfc55bfe5582fb14fbd60a.tar.gz
bubger-d58b94ab0ab6ddba27dfc55bfe5582fb14fbd60a.zip
Only highlight the direct target message header
Diffstat (limited to 'stylesheet.c')
-rw-r--r--stylesheet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stylesheet.c b/stylesheet.c
index 41a0bd9..236dea0 100644
--- a/stylesheet.c
+++ b/stylesheet.c
@@ -35,7 +35,7 @@ const char Stylesheet[] = Q(
 		background-color: gainsboro;
 		padding: 1ex 1ch;
 	}
-	article.message:target header {
+	article.message:target > header {
 		background-color: khaki;
 	}
 	article.message header h2 {