Skip to content

Instantly share code, notes, and snippets.

@web-padawan
Last active November 11, 2020 13:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save web-padawan/4b0f6c75083b99f23f62c568165ef60c to your computer and use it in GitHub Desktop.
Save web-padawan/4b0f6c75083b99f23f62c568165ef60c to your computer and use it in GitHub Desktop.
:host {
--container-color: var(--light-theme-text-color);
}
:host([data-theme="dark"]) {
--container-color: var(--dark-theme-text-color);
}
#container {
color: var(--container-color, #737373);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment