Skip to content

Instantly share code, notes, and snippets.

@neliocaa
Last active October 4, 2022 16:33
Show Gist options
  • Save neliocaa/56304af817b0fe234bfbf12b0c83dc4e to your computer and use it in GitHub Desktop.
Save neliocaa/56304af817b0fe234bfbf12b0c83dc4e to your computer and use it in GitHub Desktop.
Adaptive Color
const mainColor = #000
<style>
#component{
color: mainColor,
filter: 'grayscale(80%) invert(100%)'
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment