Change Colors of Footer

This commit is contained in:
2026-05-19 19:07:24 +02:00
parent 5b8c13c8cf
commit d8a4c0023b
2 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ const copyrightPeriod =
display: flex;
justify-content: center;
padding: var(--padding-y);
background-color: var(--light-d-1);
margin-top: var(--padding-y);
background-color: var(--light-bg);
}
</style>
+6 -6
View File
@@ -89,8 +89,8 @@ limitations under the License.
--dark-l-1: var(--white-d-1);
--dark: var(--white);
--light-bg: oklch(0.14 0 0);
--light-d-1: var(--black-l-1);
--light: var(--black);
--light-d-1: oklch(0.24 0 0);
--light-d-2: var(--black-l-2);
--light-d-3: var(--black-l-3);
--light-d-4: var(--black-l-4);
@@ -100,7 +100,7 @@ limitations under the License.
--light-d-8: var(--black-l-8);
--dark-bg: var(--white);
--light-bg: oklch(0.14 0 0);
--light-bg: oklch(0.14 0 0);
}
}
@@ -115,8 +115,8 @@ limitations under the License.
--dark-l-1: var(--white-d-1);
--dark: var(--white);
--light-bg: oklch(0.14 0 0);
--light-d-1: var(--black-l-1);
--light: var(--black);
--light-d-1: oklch(0.24 0 0);
--light-d-2: var(--black-l-2);
--light-d-3: var(--black-l-3);
--light-d-4: var(--black-l-4);
@@ -126,5 +126,5 @@ limitations under the License.
--light-d-8: var(--black-l-8);
--dark-bg: var(--white);
--light-bg: oklch(0.14 0 0);
--light-bg: oklch(0.14 0 0);
}