Skip to content

Instantly share code, notes, and snippets.

@Lyokolux
Created October 17, 2022 07:04
Show Gist options
  • Save Lyokolux/1919587d998f53e6a0676c123386aa04 to your computer and use it in GitHub Desktop.
Save Lyokolux/1919587d998f53e6a0676c123386aa04 to your computer and use it in GitHub Desktop.
Masterarbeit light/dark mode demonstration
html {
--text-color: white;
--label-field-color: white;
--bg-color: black;
&.light {
--text-color: black;
--label-field-color: grey;
--bg-color: white;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment