frontend: styling other components

This commit is contained in:
Mose Müller
2023-08-08 16:39:29 +02:00
parent 82a21f1e5d
commit 2951a73883
6 changed files with 44 additions and 46 deletions

View File

@ -1,3 +1,7 @@
body {
min-width: 576px;
max-width: 1200px;
}
input.instantUpdate {
background-color: rgba(255, 0, 0, 0.1);
}