1
0
Fork 0
mirror of synced 2024-08-15 10:01:34 +12:00

font family for input

This commit is contained in:
Gerard Burns 2023-08-21 07:58:18 +01:00
parent a577b706d1
commit 4a60cb1d8e

View file

@ -131,6 +131,7 @@
.newScreenVisible { .newScreenVisible {
height: calc(100vh - 58px); height: calc(100vh - 58px);
} }
.screens { .screens {
height: 212px; height: 212px;
display: flex; display: flex;
@ -159,6 +160,7 @@
} }
.input { .input {
font-family: var(--font-sans);
position: absolute; position: absolute;
padding-left: 12px; padding-left: 12px;
color: var(--ink); color: var(--ink);