mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-10 10:02:38 +03:00
Different comment colors on dark mode
This commit is contained in:
parent
8764836c18
commit
08957b291b
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user