mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-13 22:49:51 -04:00
Tweaking some styles; perhaps fixed #6.
This commit is contained in:
parent
3bdc4d99b3
commit
c076bb1da8
1 changed files with 7 additions and 1 deletions
|
@ -73,7 +73,8 @@
|
|||
.executing, .executed, .problem-marker-info, .problem-marker-warning, .problem-marker-error
|
||||
position: absolute
|
||||
.executing
|
||||
background-color: rgba(50, 255, 80, 0.35)
|
||||
// https://github.com/codecombat/codecombat/issues/6
|
||||
background-color: rgba(50, 255, 80, 0.65)
|
||||
@include gradient-striped()
|
||||
.executed
|
||||
background-color: rgba(110, 110, 110, 0.12)
|
||||
|
@ -113,3 +114,8 @@
|
|||
|
||||
.ace_text-layer .ace_comment
|
||||
color: darken(rgb(103, 164, 200), 5%)
|
||||
|
||||
.ace_text-layer .ace_variable
|
||||
// https://github.com/codecombat/codecombat/issues/6
|
||||
color: rgb(145, 48, 50)
|
||||
|
||||
|
|
Loading…
Reference in a new issue