Added css preprocessor system
This commit is contained in:
parent
a731e8bff4
commit
53241f2fb9
4 changed files with 23 additions and 54 deletions
16
static/style.rcss
Normal file
16
static/style.rcss
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue