From 6a4db1d889daab33aa045ee5dfdfdb54cb6cae82 Mon Sep 17 00:00:00 2001 From: Renat Nurgaliyev Date: Wed, 17 Jun 2026 12:48:16 +0200 Subject: [PATCH] Update CSS for Q-group examples --- amateurfunk_shorthand.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/amateurfunk_shorthand.py b/amateurfunk_shorthand.py index cd8e3f2..ea8f8d9 100644 --- a/amateurfunk_shorthand.py +++ b/amateurfunk_shorthand.py @@ -590,11 +590,16 @@ CARD_CSS = """ border-top-color: #555; color: #ccc; } +.nightMode .af-sh-example, +.card.nightMode .af-sh-example { + color: #bbb; +} .nightMode .af-sh-example code, .nightMode .af-sh-meaning code, .card.nightMode .af-sh-example code, .card.nightMode .af-sh-meaning code { background: #333; + color: #eee; } """