Notes/static/css/main.css

16 lines
205 B
CSS
Raw Normal View History

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