Add CSS variable for gray box shadow

This commit is contained in:
2026-05-22 17:44:06 +02:00
parent 3c82baca67
commit 1f67e95735
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -77,6 +77,8 @@ limitations under the License.
--light-bg: var(--white);
--border: var(--white-d-3);
--gray-box-shadow: oklch(0.8 0.0001 271 / 0.7);
}
@media (prefers-color-scheme: dark) {
@@ -105,6 +107,8 @@ limitations under the License.
--light-bg: oklch(0.18 0 0);
--border: var(--black-l-6);
--gray-box-shadow: oklch(0.25 0.0001 271 / 0.7);
}
}
@@ -133,4 +137,6 @@ limitations under the License.
--light-bg: oklch(0.18 0 0);
--border: var(--black-l-6);
--gray-box-shadow: oklch(0.25 0.0001 271 / 0.7);
}