Changed Styles
This commit is contained in:
parent
1016857f6a
commit
7c4c88d6fc
@ -1402,7 +1402,7 @@ section {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.apexcharts-legend-text {
|
||||
.apexcharts-legend-text, .apexcharts-title-text {
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
|
@ -39,8 +39,8 @@
|
||||
}
|
||||
body {
|
||||
position: relative;
|
||||
background-color: #0d1117 !important;
|
||||
color: #f2f1ef !important;
|
||||
background-color: #0d1117;
|
||||
color: #f2f1ef;
|
||||
font-family: "Glacial Indifference";
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user