diff --git a/src/static/css/custom.css b/src/static/css/custom.css
index 5cb7fc1..3802393 100644
--- a/src/static/css/custom.css
+++ b/src/static/css/custom.css
@@ -49,15 +49,15 @@ body{
.c3 .c3-axis-x path, .c3 .c3-axis-x line,
.c3 .c3-axis-y path, .c3 .c3-axis-y line,
.c3 .c3-axis-y2 path, .c3 .c3-axis-y2 line {
- stroke: #0071A7;
+ stroke: #0C243B;
}
.c3 .c3-axis-x g,
.c3 .c3-axis-y g,
.c3 .c3-axis-y2 g,
.c3 .c3-legend-item-data text {
- color: #0071A7;
- fill: #0071A7;
+ color: #0C243B;
+ fill: #0C243B;
}
#timeseries-chart .c3-line {
stroke-width: 2px;
@@ -95,7 +95,7 @@ body{
#score{
/*color: var(--score-color);*/
- color: #0071A7;
+ color: #0C243B;
/*color: var(--light-blue);*/
}
diff --git a/src/static/js/enthusiast.js b/src/static/js/enthusiast.js
index 759e1f3..543cb1f 100644
--- a/src/static/js/enthusiast.js
+++ b/src/static/js/enthusiast.js
@@ -8,7 +8,7 @@ var style = getComputedStyle(document.body);
score_color = style.getPropertyValue('--score-color');
gross_color = style.getPropertyValue('--gross-color');
-score_color = '#0071A7';
+score_color = '#0C243B';
gross_color = '#4D9913';
// }
diff --git a/src/templates/enthusiast.html b/src/templates/enthusiast.html
index 01dcb93..e649762 100644
--- a/src/templates/enthusiast.html
+++ b/src/templates/enthusiast.html
@@ -12,7 +12,7 @@
-
+
{% endblock %}
@@ -115,5 +115,5 @@
-
+
{% endblock %}
\ No newline at end of file