|
|
@ -1,5 +1,6 @@
|
|
|
|
:root {
|
|
|
|
:root {
|
|
|
|
--primary-color: hsl(0, 0%, 100%);
|
|
|
|
--primary-color: hsl(0, 0%, 100%);
|
|
|
|
|
|
|
|
--primary-color-50: hsla(0, 0%, 100%, 50%);
|
|
|
|
--secondary-color: hsl(0, 0%, 0%);
|
|
|
|
--secondary-color: hsl(0, 0%, 0%);
|
|
|
|
--secondary-color-heading: hsl(0, 0%, 17%);
|
|
|
|
--secondary-color-heading: hsl(0, 0%, 17%);
|
|
|
|
--secondary-color-shaded: hsl(0, 0%, 9%);
|
|
|
|
--secondary-color-shaded: hsl(0, 0%, 9%);
|
|
|
@ -10,6 +11,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
#toggle-theme-switch:checked ~ #theming-root {
|
|
|
|
#toggle-theme-switch:checked ~ #theming-root {
|
|
|
|
--primary-color: hsl(0, 0%, 0%);
|
|
|
|
--primary-color: hsl(0, 0%, 0%);
|
|
|
|
|
|
|
|
--primary-color-50: hsla(0, 0%, 0%, 50%);
|
|
|
|
--secondary-color: hsl(0, 0%, 100%);
|
|
|
|
--secondary-color: hsl(0, 0%, 100%);
|
|
|
|
--secondary-color-heading: hsl(0, 0%, 83%);
|
|
|
|
--secondary-color-heading: hsl(0, 0%, 83%);
|
|
|
|
--secondary-color-shaded: hsl(0, 0%, 91%);
|
|
|
|
--secondary-color-shaded: hsl(0, 0%, 91%);
|
|
|
|