This commit is contained in:
Klemek
2025-03-14 12:32:36 +01:00
parent 285b7b2a16
commit a6e152eb51
5 changed files with 166 additions and 118 deletions
+3 -2
View File
@@ -85,7 +85,7 @@ CUSTOM STYLE
:root {
/* https://materialui.co/colors/ */
/* TODO: 2. change hue and saturation */
--hue-primary: 65.52;
--sat-primary: 20%;
--background: hsl(var(--hue-primary), var(--sat-primary), 96.08%);
@@ -213,6 +213,7 @@ h6 .lucide {
opacity: 50%;
}
input {
input,
progress {
width: 100%;
}