Different comment colors on dark mode

This commit is contained in:
Richard Feldman 2022-11-28 16:56:32 -05:00
parent 8764836c18
commit 08957b291b
No known key found for this signature in database
GPG Key ID: F1F21AA5B1D9E43B

View File

@ -183,12 +183,7 @@ samp .dim {
}
samp .comment {
color: #88c796;
}
samp .comment .kw,
samp .comment .str,
samp .comment .number {
color: inherit;
color: #2b9d44;
}
/* Tables */
@ -564,4 +559,8 @@ h4 {
/* string literals */
color: #26b2b9;
}
samp .comment {
color: #88c796;
}
}