Remove some junk colors

This commit is contained in:
Bjorn Neergaard
2016-01-05 23:17:54 -06:00
parent 33b419fe2b
commit 0acc897148
4 changed files with 5 additions and 7 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+3 -1
View File
@@ -4,7 +4,6 @@
"average": "#be6209",
"bad": "#b00e0e",
"highlight": "#8ba5c4",
"label": "#8ba5c4",
"text": {
"normal": "white",
"inverse": "black",
@@ -30,6 +29,9 @@
"second": "#b1905d",
"border": "#272727"
},
"section": {
"label": "#8ba5c4"
},
"bar": {
"border": "#40628a",
"background": "#272727"
+1 -1
View File
@@ -18,7 +18,7 @@ section
padding-right: 32px
white-space: nowrap
color: colors.label
color: colors.section.label
.content
@extend $cell
-4
View File
@@ -8,7 +8,3 @@
color: colors.bad
.highlight
color: colors.highlight
.label
color: colors.label
.dark
color: colors.dark