Use Courier everywhere
This commit is contained in:
parent
cd8fb8e349
commit
a49af51eda
2 changed files with 5 additions and 1 deletions
|
@ -14,6 +14,8 @@
|
||||||
padding: 2rem;
|
padding: 2rem;
|
||||||
background: #263238;
|
background: #263238;
|
||||||
color: #B0BEC5;
|
color: #B0BEC5;
|
||||||
|
font-family: 'Courier New', Courier, monospace;
|
||||||
|
line-height: 1.1;
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,8 +9,10 @@
|
||||||
background: none;
|
background: none;
|
||||||
border: none;
|
border: none;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
font-family: monospace;
|
|
||||||
resize: none;
|
resize: none;
|
||||||
|
font-family: inherit;
|
||||||
|
font-size: 1rem;
|
||||||
|
line-height: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
button[type="submit"] {
|
button[type="submit"] {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue