Skip to content

Instantly share code, notes, and snippets.

@Zeko369
Last active October 27, 2022 21:31
Show Gist options
  • Save Zeko369/3bc7d7503f336d70e53474635e8d6473 to your computer and use it in GitHub Desktop.
Save Zeko369/3bc7d7503f336d70e53474635e8d6473 to your computer and use it in GitHub Desktop.
<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