Explicitly set input background color

This commit is contained in:
Ken-Håvard Lieng 2018-09-24 01:10:21 +02:00
parent 963e36c296
commit ccdd56fea4
2 changed files with 4 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -27,6 +27,7 @@ input {
font: 16px Roboto Mono, monospace;
border: none;
outline: none;
background: #FFF;
}
input::-ms-clear {