Added keyhandler

This commit is contained in:
Magnus Åhall 2023-06-20 07:59:54 +02:00
parent 105dfc9e2d
commit 38c8c5c519
5 changed files with 36 additions and 18 deletions

View file

@ -186,7 +186,6 @@ header {
}
&:invalid {
//background: #eee;
border-bottom: 1px solid #eee;
border-radius: 8px;
}

View file

@ -1,5 +1,5 @@
@fontsize: 14pt;
@background: #fff;
@accent_1: #ecbf00;
@accent_2: #abc837;
@accent_1: #abc837;
@accent_2: #ecbf00;
@accent_3: #c84a37;