Notes2/static/less/main.less
2024-11-27 21:41:48 +01:00

18 lines
144 B
Plaintext

html {
box-sizing: border-box;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
*:focus {
outline: none;
}
[onClick] {
cursor: pointer;
}