Added button and beginning of setup screen

This commit is contained in:
mrjvs
2024-02-07 18:16:42 +01:00
parent 825d96a527
commit 725e9641e2
8 changed files with 105 additions and 25 deletions

View File

@@ -12,8 +12,9 @@
src: url(data-base64:~assets/inter/bold.ttf);
}
body {
body, html {
font-family: "Inter", Arial, Helvetica, sans-serif;
font-size: 13px;
}
* {
@@ -23,4 +24,5 @@ body {
button {
font-family: inherit;
font-size: inherit;
}