Add CSS variable for borders

This commit is contained in:
2026-05-22 17:33:03 +02:00
parent 66483a3a6a
commit 6d95601399
4 changed files with 9 additions and 3 deletions
+6
View File
@@ -75,6 +75,8 @@ limitations under the License.
--dark-bg: var(--black-l-2);
--light-bg: var(--white);
--border: var(--white-d-3);
}
@media (prefers-color-scheme: dark) {
@@ -101,6 +103,8 @@ limitations under the License.
--dark-bg: var(--white);
--light-bg: oklch(0.18 0 0);
--border: var(--black-l-6);
}
}
@@ -127,4 +131,6 @@ limitations under the License.
--dark-bg: var(--white);
--light-bg: oklch(0.18 0 0);
--border: var(--black-l-6);
}