diff --git a/css/general.css b/css/general.css index 3eea13b..c781995 100644 --- a/css/general.css +++ b/css/general.css @@ -1402,7 +1402,7 @@ section { color: #000; } -.apexcharts-legend-text { +.apexcharts-legend-text, .apexcharts-title-text { color: #fff !important; } diff --git a/index.html b/index.html index b197aed..a737c1b 100644 --- a/index.html +++ b/index.html @@ -39,8 +39,8 @@ } body { position: relative; - background-color: #0d1117 !important; - color: #f2f1ef !important; + background-color: #0d1117; + color: #f2f1ef; font-family: "Glacial Indifference"; } diff --git a/js/general.js b/js/general.js index c7f1a81..10ecf6a 100644 --- a/js/general.js +++ b/js/general.js @@ -248,7 +248,7 @@ function notification(id) { } var options = { - series: [{ + series: [{ name: 'Idea', data: [7, 9, 6, 10, 14], }, { @@ -305,7 +305,7 @@ var options = { return val + "" } }, - colors: ['#fff'] + colors: ['#000'] }, fill: { opacity: 1