monthly update

This commit is contained in:
2022-02-22 15:53:11 +01:00
parent 044004fd05
commit ff71c45bc1
8 changed files with 93 additions and 167 deletions

View File

@@ -1,16 +1,12 @@
@import url('./src/styles/colors.css');
html {
min-height: 100%;
}
body {
font-family: 'Shippori Antique', sans-serif;
height: 80vh;
background-color: var(--body);
color: var(--text);
}
.dark {
--body: #1c1c1c;
--text: #ffffff;
--status:#292929;
--stack: #212121;
--border: #3a3a3a;
}