feat: added labeled input and texbox stying

This commit is contained in:
Maximilian Liebmann 2025-04-19 22:24:41 +02:00 committed by SomeCodecat
parent d781567b4f
commit 64bd361b57
7 changed files with 131 additions and 95 deletions

View file

@ -21,6 +21,10 @@
--danger-100: rgba(220, 38, 38, 1);
--button-text-size: 18px;
--textbox-50: rgb(204, 204, 204, 0.5);
--textbox-75: rgb(204, 204, 204, 0.75);
--textbox-100: rgb(204, 204, 204, 1);
}
@media (prefers-color-scheme: dark) {