web: minor adjustments

This commit is contained in:
Rasmus Andersson 2018-09-29 10:32:06 -07:00
parent 4a0bb41312
commit ed0ff206fc
4 changed files with 12 additions and 8 deletions

View file

@ -1,4 +1,4 @@
* { margin:0; padding:0; }
* { margin:0; padding:0; font-synthesis: none; }
html { }
body {
background-color: white;
@ -44,7 +44,7 @@ h2 {
user-select:none; -moz-user-select: none;
font-family: sans-serif !important;
overflow: auto;
letter-spacing:0.01em;
letter-spacing:0.012em;
}
.options > * {
display: block;