mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-14 07:00:01 -04:00
Make spell palette prettier
This commit is contained in:
parent
68497b2cf3
commit
8bef99e394
1 changed files with 4 additions and 4 deletions
|
@ -8,17 +8,17 @@
|
|||
font-size: 12px
|
||||
border: 1px solid transparent
|
||||
cursor: pointer
|
||||
@include user-select(all)
|
||||
@user-select(none)
|
||||
|
||||
&:hover
|
||||
border: 1px solid #BFF
|
||||
border: 1px solid #000000
|
||||
|
||||
&.pinned
|
||||
background-color: darken(#BFF, 20%)
|
||||
background-color: darken(#FFFFFF, 25%)
|
||||
|
||||
// Pulling these colors from the most relevant textmate-theme classes
|
||||
&.function
|
||||
color: #0000A2
|
||||
color: #0066FF
|
||||
&.object
|
||||
color: rgb(6, 150, 14)
|
||||
&.string
|
||||
|
|
Loading…
Reference in a new issue