mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 16:17:57 -05:00
Update comment color to Robin's favorite blue
This commit is contained in:
parent
9b990ba452
commit
a725cd70d8
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@
|
||||||
// border-bottom: 1px dotted rgba(0, 51, 255, 0.25)
|
// border-bottom: 1px dotted rgba(0, 51, 255, 0.25)
|
||||||
|
|
||||||
.ace_text-layer .ace_comment
|
.ace_text-layer .ace_comment
|
||||||
color: rgb(78, 38, 226)
|
color: #1900AD
|
||||||
|
|
||||||
.ace_text-layer .ace_variable
|
.ace_text-layer .ace_variable
|
||||||
// https://github.com/codecombat/codecombat/issues/6
|
// https://github.com/codecombat/codecombat/issues/6
|
||||||
|
|
Loading…
Reference in a new issue