SPA & Text Inputs

This commit is contained in:
Neshura 2023-10-11 23:04:07 +02:00
parent c7375caef1
commit 85f86a36e8
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
10 changed files with 80 additions and 21 deletions

View file

@ -1,5 +1,5 @@
:root {
font-family: Inter, Avenir, Helvetica, Arial, sans-serif;
font-family: Courier New;
font-size: 16px;
line-height: 24px;
font-weight: 400;
@ -23,6 +23,7 @@ body, html {
* {
box-sizing: border-box;
font-family: inherit;
}
.app {