some suggested color changes to template items

This commit is contained in:
Eva Shon
2014-05-13 13:25:07 -04:00
parent 86013c3a78
commit b4d316f224
4 changed files with 33 additions and 23 deletions

View File

@@ -79,23 +79,28 @@
}
span.number {
background-color: gray!important;
background-color: #ccc !important;
color: #2fa2b1 #important;
}
span.string {
background-color: gray!important;
background-color: #ccc !important;
color: #2fa2b1 #important;
}
span.object {
background-color: @colorLink!important;
background-color: #ccc !important;
color: #2fa2b1 #important;
}
span.array {
background-color: @colorLink!important;
background-color: #ccc !important;
color: #2fa2b1 #important;
}
span.boolean {
background-color: @colorRed!important;
background-color: #ccc !important;
color: #2fa2b1 #important;
}
.subsection-title {
@@ -280,4 +285,4 @@
list-style-type: disc;
}
}
}
}