feat(plugins/habits): add plugin_habits_charts_type (#938)

This commit is contained in:
Simon Lecoq
2022-03-22 05:22:18 +01:00
committed by GitHub
parent 6e41591d95
commit 10f83339bd
4 changed files with 135 additions and 49 deletions

View File

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