diff options
author | June McEnroe <june@causal.agency> | 2021-04-22 22:25:42 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-04-22 22:25:42 -0400 |
commit | d58b94ab0ab6ddba27dfc55bfe5582fb14fbd60a (patch) | |
tree | f38ae1be72a3816558b6b5912f074ad365cdcb7d | |
parent | Handle trailing comments in message IDs (diff) | |
download | bubger-d58b94ab0ab6ddba27dfc55bfe5582fb14fbd60a.tar.gz bubger-d58b94ab0ab6ddba27dfc55bfe5582fb14fbd60a.zip |
Only highlight the direct target message header
Diffstat (limited to '')
-rw-r--r-- | stylesheet.c | 2 |
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 { |