mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
Tweaked some level view styling.
This commit is contained in:
parent
b53fa8db89
commit
251d483eaa
2 changed files with 4 additions and 2 deletions
|
@ -251,7 +251,7 @@
|
|||
padding-right: 20px
|
||||
|
||||
h3
|
||||
margin: 0 0 5px
|
||||
margin: 0
|
||||
font-size: 16px
|
||||
line-height: 16px
|
||||
color: #338
|
||||
|
|
|
@ -97,4 +97,6 @@
|
|||
border-bottom: 1px dotted rgba(255, 128, 128, 0.45)
|
||||
|
||||
.ace_text-layer .ace_comment
|
||||
color: #EBFADA
|
||||
color: darken(rgb(76, 136, 107), 5%)
|
||||
font-weight: bold
|
||||
|
||||
|
|
Loading…
Reference in a new issue