Change Colors #65

Merged
jakob.scheid merged 16 commits from bug/colors into main 2026-05-23 02:05:53 +02:00
2 changed files with 5 additions and 5 deletions
Showing only changes of commit d5c714cbd8 - Show all commits
+1 -1
View File
@@ -40,7 +40,7 @@ const copyrightPeriod =
display: flex; display: flex;
justify-content: center; justify-content: center;
padding: var(--padding-y); padding: var(--padding-y);
background-color: var(--light-d-1);
margin-top: var(--padding-y); margin-top: var(--padding-y);
background-color: var(--light-bg);
} }
</style> </style>
+4 -4
View File
@@ -90,7 +90,7 @@ limitations under the License.
--dark: var(--white); --dark: var(--white);
--light: var(--black); --light: var(--black);
--light-d-1: oklch(0.24 0 0); --light-d-1: oklch(0.10 0 0);
--light-d-2: var(--black-l-2); --light-d-2: var(--black-l-2);
--light-d-3: var(--black-l-3); --light-d-3: var(--black-l-3);
--light-d-4: var(--black-l-4); --light-d-4: var(--black-l-4);
@@ -100,7 +100,7 @@ limitations under the License.
--light-d-8: var(--black-l-8); --light-d-8: var(--black-l-8);
--dark-bg: var(--white); --dark-bg: var(--white);
--light-bg: oklch(0.14 0 0); --light-bg: oklch(0.18 0 0);
} }
} }
@@ -116,7 +116,7 @@ limitations under the License.
--dark: var(--white); --dark: var(--white);
--light: var(--black); --light: var(--black);
--light-d-1: oklch(0.24 0 0); --light-d-1: oklch(0.10 0 0);
--light-d-2: var(--black-l-2); --light-d-2: var(--black-l-2);
--light-d-3: var(--black-l-3); --light-d-3: var(--black-l-3);
--light-d-4: var(--black-l-4); --light-d-4: var(--black-l-4);
@@ -126,5 +126,5 @@ limitations under the License.
--light-d-8: var(--black-l-8); --light-d-8: var(--black-l-8);
--dark-bg: var(--white); --dark-bg: var(--white);
--light-bg: oklch(0.14 0 0); --light-bg: oklch(0.18 0 0);
} }