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; } """