Last active
October 4, 2022 16:33
-
-
Save neliocaa/56304af817b0fe234bfbf12b0c83dc4e to your computer and use it in GitHub Desktop.
Adaptive Color
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
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