1
0
Fork 0
mirror of synced 2024-07-14 18:55:45 +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 {
height: calc(100vh - 58px);
}
.screens {
height: 212px;
display: flex;
@ -159,6 +160,7 @@
}
.input {
font-family: var(--font-sans);
position: absolute;
padding-left: 12px;
color: var(--ink);