feat(plugins/habits): add plugin_habits_charts_type (#938)
This commit is contained in:
@@ -335,15 +335,15 @@
|
||||
}
|
||||
|
||||
/* Habits */
|
||||
.habits {
|
||||
.habits .facts {
|
||||
margin: 0;
|
||||
list-style-type: none;
|
||||
padding-left: 37px;
|
||||
}
|
||||
|
||||
/* Stargazers */
|
||||
/* Chartist */
|
||||
/* purgecss ignore */
|
||||
.stargazers .chartist .ct-post {
|
||||
.chartist .ct-post {
|
||||
fill: rgba(127, 127, 127, 0.8) !important;
|
||||
color: rgba(127, 127, 127, 0.8) !important;
|
||||
font-size: 9px;
|
||||
@@ -1365,6 +1365,10 @@
|
||||
display: flex;
|
||||
margin-left: -12px;
|
||||
}
|
||||
.ct-chart-pie .ct-label {
|
||||
fill: rgba(255, 255, 255, 0.8) !important;
|
||||
color: rgba(255, 255, 255, 0.8) !important;
|
||||
}
|
||||
.ct-line {
|
||||
stroke-width: 2px !important;
|
||||
stroke: #58A6FF !important;
|
||||
|
||||
Reference in New Issue
Block a user