Notes2/static/less/main.less
Magnus Åhall ac8b334eee Rewrite
2024-12-03 06:53:31 +01:00

30 lines
319 B
Plaintext

@import "theme.less";
html {
box-sizing: border-box;
background: @color2;
font-family: "Liberation Mono", monospace;
font-size: 14px;
margin: 0px;
padding: 0px;
}
body {
margin: 0px;
padding: 0px;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
*:focus {
outline: none;
}
[onClick] {
cursor: pointer;
}