Notes2/static/css/main.css

17 lines
187 B
CSS
Raw Normal View History

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