Update CSS for Q-group examples
This commit is contained in:
@@ -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;
|
||||
}
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user