0
0
Fork 0

Add serif'd font to the text inputs

This commit is contained in:
Oliver-Akins 2021-01-05 15:15:46 -07:00
parent bf62907c7b
commit 0968181e06
2 changed files with 4 additions and 1 deletions

View file

@ -217,9 +217,9 @@ h2 {
}
input[type="text"] {
font-family: var(--fonts);
background-color: var(--board-background-alt);
color: var(--board-background-alt-text);
font-family: var(--input-fonts);
text-transform: uppercase;
border-color: transparent;
border-style: solid;