Notes2/static/less/main.less
Magnus Åhall bd4a475923 wip
2024-11-28 18:11:14 +01:00

22 lines
207 B
Plaintext

@import "theme.less";
html {
box-sizing: border-box;
background: @color2;
font-size: 14pt;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
*:focus {
outline: none;
}
[onClick] {
cursor: pointer;
}