mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
Remove some junk colors
This commit is contained in:
File diff suppressed because one or more lines are too long
+3
-1
@@ -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"
|
||||
|
||||
@@ -18,7 +18,7 @@ section
|
||||
padding-right: 32px
|
||||
white-space: nowrap
|
||||
|
||||
color: colors.label
|
||||
color: colors.section.label
|
||||
|
||||
.content
|
||||
@extend $cell
|
||||
|
||||
@@ -8,7 +8,3 @@
|
||||
color: colors.bad
|
||||
.highlight
|
||||
color: colors.highlight
|
||||
.label
|
||||
color: colors.label
|
||||
.dark
|
||||
color: colors.dark
|
||||
|
||||
Reference in New Issue
Block a user