Created
March 20, 2025 02:59
-
-
Save hail2u/eafe34245283cc35bba220af5dc20f32 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:root { | |
--color-bw: light-dark(black, white); | |
--color-background: light-dark(hsl(48 48% 93%), hsl(48 48% 3%)); | |
--color-background-tone: color-mix( | |
in hsl, | |
var(--color-background), | |
var(--color-bw) 6% | |
); | |
--color-on-background: color-mix( | |
in hsl, | |
var(--color-background), | |
var(--color-bw) 78% | |
); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment