some suggested color changes to template items
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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