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;
}
.apexcharts-legend-text {
.apexcharts-legend-text, .apexcharts-title-text {
color: #fff !important;
}

View File

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

View File

@ -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