diff --git a/index.html b/index.html index bb7e76a..33dba51 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,7 @@ Watterblock + @@ -15,6 +16,14 @@ + + + + + + + diff --git a/style.css b/style.css index 406f5f7..71fbab0 100644 --- a/style.css +++ b/style.css @@ -30,6 +30,7 @@ html { /* regular main colors */ --color-regular-text: lch(100 0 0); --color-regular-background: lch(10 0 0); + /* also in index.html as meta theme-color, update there too */ --color-regular-accent: lch(86 84 71); /* regular derived colors */ @@ -59,6 +60,7 @@ html { /* regular main colors */ --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); /* regular derived colors */ @@ -204,4 +206,4 @@ h6 { ._sticky-bottom { position: sticky; bottom: 0; -} \ No newline at end of file +}