Adds new default admin page

This commit is contained in:
2023-10-31 13:59:03 -07:00
parent f8690edbb8
commit 25b397325a
11 changed files with 128 additions and 10 deletions

View File

@@ -210,3 +210,13 @@
.arrow {
bottom: -4px;
}
/* Use this selector to override the line style on a given series */
.ct-series-a .ct-bar {
/* Set the colour of this series line */
stroke: #79b52e;
fill: #79b52e;
/* Control the thikness of your lines */
stroke-width: 20px;
}