some suggested color changes to template items
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user