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

17 lines
187 B
CSS

html {
box-sizing: border-box;
background: #efede8;
font-size: 14pt;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
*:focus {
outline: none;
}
[onClick] {
cursor: pointer;
}