Notes/static/less/main.less

20 lines
229 B
Plaintext
Raw Normal View History

2023-06-15 07:24:23 +02:00
@import "theme.less";
html, body {
margin: 0px;
padding: 0px;
font-family: 'Liberation Mono', monospace;
font-size: 16pt;
background-color: @background;
}
h1 {
color: @accent_1;
}
#app {
padding: 32px;
color: #fff;
}