Added css preprocessor system

This commit is contained in:
joss 2025-03-01 00:14:32 +01:00
parent a731e8bff4
commit 53241f2fb9
4 changed files with 23 additions and 54 deletions

16
static/style.rcss Normal file
View file

@ -0,0 +1,16 @@
#define COL1 #FFB5A7
#define COL2 #FCD5CE
#define COL3 #F8EDEB
#define COL4 #F9DCC4
#define COL5 #FEC89A
body {
font-family: serif;
max-width: 600px;
margin: auto;
}
.content {
color: #101010;
overflow: auto;
}