Changed Styles

This commit is contained in:
James Dinh 2022-08-17 22:15:55 -07:00
parent 1016857f6a
commit 7c4c88d6fc
3 changed files with 5 additions and 5 deletions

View File

@ -1402,7 +1402,7 @@ section {
color: #000; color: #000;
} }
.apexcharts-legend-text { .apexcharts-legend-text, .apexcharts-title-text {
color: #fff !important; color: #fff !important;
} }

View File

@ -39,8 +39,8 @@
} }
body { body {
position: relative; position: relative;
background-color: #0d1117 !important; background-color: #0d1117;
color: #f2f1ef !important; color: #f2f1ef;
font-family: "Glacial Indifference"; font-family: "Glacial Indifference";
} }

View File

@ -248,7 +248,7 @@ function notification(id) {
} }
var options = { var options = {
series: [{ series: [{
name: 'Idea', name: 'Idea',
data: [7, 9, 6, 10, 14], data: [7, 9, 6, 10, 14],
}, { }, {
@ -305,7 +305,7 @@ var options = {
return val + "" return val + ""
} }
}, },
colors: ['#fff'] colors: ['#000']
}, },
fill: { fill: {
opacity: 1 opacity: 1