Last active
October 27, 2022 21:31
-
-
Save Zeko369/3bc7d7503f336d70e53474635e8d6473 to your computer and use it in GitHub Desktop.
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
<style> | |
#app > div > div:nth-child(2) > div > div > div:nth-child(3), | |
#app > div > div:nth-child(2) > div > div > div:nth-child(4), | |
div[data-focused-area="Composer"], | |
div[data-focused-area="ComposerToolbar"] { | |
filter: invert(1); | |
background-color: #efefef; | |
} | |
.avatar { | |
filter: invert(1); | |
} | |
</style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment