Update CSS for Q-group examples

This commit is contained in:
2026-06-17 12:48:16 +02:00
parent 2b73096d3c
commit 6a4db1d889
+5
View File
@@ -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;
}
"""