diff options
-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 { |