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

15 lines
145 B
CSS

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