diff --git a/index.html b/index.html index 33dba51..c098153 100644 --- a/index.html +++ b/index.html @@ -23,7 +23,7 @@ content="Einfach zu verwendender Watterblock, der die Daten lokal im Browser speichert."> - +
diff --git a/style.css b/style.css index 71fbab0..8b4f604 100644 --- a/style.css +++ b/style.css @@ -61,29 +61,29 @@ html { --color-regular-text: lch(0 0 0); --color-regular-background: lch(100 0 0); /* also in index.html as meta theme-color, update there too */ - --color-regular-accent: lch(14 77 304); + --color-regular-accent: lch(30 87 292); /* regular derived colors */ --color-regular-disabled-text: lch(25 0 0); --color-regular-disabled-background: lch(75 0 0); - --color-regular-disabled-accent: lch(30 77 304); + --color-regular-disabled-accent: lch(45 87 292); --color-regular-focus-text: lch(10 0 0); --color-regular-focus-background: lch(90 0 0); - --color-regular-focus-accent: lch(20 77 304); + --color-regular-focus-accent: lch(35 87 292); --color-regular-field: lch(95 0 0); /* alternate main colors */ --color-alternate-text: lch(0 0 0); --color-alternate-background: lch(90 0 0); - --color-alternate-accent: lch(14 77 304); + --color-alternate-accent: lch(20 87 292); /* alternate derived colors */ --color-alternate-disabled-text: lch(25 0 0); --color-alternate-disabled-background: lch(65 0 0); - --color-alternate-disabled-accent: lch(30 77 304); + --color-alternate-disabled-accent: lch(35 87 292); --color-alternate-focus-text: lch(10 0 0); --color-alternate-focus-background: lch(80 0 0); - --color-alternate-focus-accent: lch(20 77 304); + --color-alternate-focus-accent: lch(25 87 292); --color-alternate-field: lch(95 0 0); } } @@ -206,4 +206,4 @@ h6 { ._sticky-bottom { position: sticky; bottom: 0; -} +} \ No newline at end of file