mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 01:55:38 -05:00
Improved comment visibility.
This commit is contained in:
parent
af6e770c30
commit
7b15ecfab2
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@
|
|||
// border-bottom: 1px dotted rgba(0, 51, 255, 0.25)
|
||||
|
||||
.ace_text-layer .ace_comment
|
||||
color: darken(rgb(103, 164, 200), 5%)
|
||||
color: rgb(78, 38, 226)
|
||||
|
||||
.ace_text-layer .ace_variable
|
||||
// https://github.com/codecombat/codecombat/issues/6
|
||||
|
|
Loading…
Reference in a new issue