Add CSS variables for light hover background

This commit is contained in:
2026-05-22 21:13:05 +02:00
parent 1300ab46a0
commit c50fe25d04
3 changed files with 9 additions and 3 deletions
+6
View File
@@ -80,6 +80,8 @@ limitations under the License.
--gray-box-shadow: oklch(0.8 0.0001 271 / 0.7);
--blue-box-shadow: oklch(0.52 0.15 268 / 0.25);
--light-hover: var(--light-d-2);
}
@media (prefers-color-scheme: dark) {
@@ -110,6 +112,8 @@ limitations under the License.
--border: var(--black-l-6);
--gray-box-shadow: oklch(0.25 0.0001 271 / 0.7);
--light-hover: var(--light-d-5);
}
}
@@ -140,4 +144,6 @@ limitations under the License.
--border: var(--black-l-6);
--gray-box-shadow: oklch(0.25 0.0001 271 / 0.7);
--light-hover: var(--light-d-5);
}