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
+2 -2
View File
@@ -2,8 +2,8 @@
@colorSubtitle: rgb(119, 156, 52);
@colorRed: rgb(238, 125, 125);
@colorLink: #2a6496;
@colorBgNavi: #1a1a1a;
@colorBgNavi: #2a2a2a;
.font-description () {
font-family: "freight-text-pro",Georgia,Cambria,"Times New Roman",Times,serif
}
}
+11 -6
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;
}
}
}
}