Add basic functionality

This commit is contained in:
2021-12-19 18:17:51 +02:00
parent 87c6ad9e6d
commit f259651ec9
18 changed files with 631 additions and 36 deletions

View File

@@ -1,14 +1,18 @@
html {
font-family: courier;
}
/* Color scheme from https://material.io/resources/color/#!/?view.left=0&view.right=1&primary.color=212121&secondary.color=263238 */
.primary-color {
background-color: #683400 !important;
background-color: #f9fbff !important;
}
.primary-color-light {
background-color: #9a5e2c !important;
background-color: #ffffff !important;
}
.primary-color-dark {
background-color: #3d0b00 !important;
background-color: #c6c8cc !important;
}
.secondary-color {