blacklist -> whitelist; overrides

This commit is contained in:
Chris Kanich 2020-04-23 11:19:14 -05:00 committed by Jordan Scales
parent 153e1c1515
commit 6eea906409
3 changed files with 67 additions and 24 deletions

View file

@ -76,19 +76,24 @@
font-style: normal;
}
* {
font-family: "Pixelated MS Sans Serif", Arial;
body {
font-family: Arial;
font-size: 12px;
-webkit-font-smoothing: none;
color: #222222;
}
h1,
h2,
h3,
h4,
p,
blockquote {
button,
.window,
.title-bar {
font-family: "Pixelated MS Sans Serif", Arial;
}
.pixelated {
font-family: "Pixelated MS Sans Serif", Arial;
}
.vectorized {
font-family: Arial;
}
@ -340,6 +345,10 @@ textarea {
box-shadow: var(--border-field);
background-color: var(--button-highlight);
box-sizing: border-box;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 0;
}
input[type="text"],