Notes2/static/less/main.less

22 lines
207 B
Plaintext
Raw Normal View History

2024-11-28 18:11:14 +01:00
@import "theme.less";
2024-11-27 21:41:48 +01:00
html {
box-sizing: border-box;
2024-11-28 18:11:14 +01:00
background: @color2;
font-size: 14pt;
2024-11-27 21:41:48 +01:00
}
*,
*:before,
*:after {
box-sizing: inherit;
}
*:focus {
outline: none;
}
[onClick] {
cursor: pointer;
}