Skip to content

Instantly share code, notes, and snippets.

@jrick1229
Created March 30, 2023 19:41
Show Gist options
  • Save jrick1229/4789d626d3614d8d1e62e510f0eb7ea1 to your computer and use it in GitHub Desktop.
Save jrick1229/4789d626d3614d8d1e62e510f0eb7ea1 to your computer and use it in GitHub Desktop.
Banner color change, hover change, text color change
<style type="text/css">
.banner-0-0-7.mutiny-banner {
background-color: rgb(255,255,0) !important;
}
.mutiny-button > .text-0-0-34 {
color: rgb(128,128,128) !important;
}
.mutiny-button:hover > .text-0-0-34 {
color: rgb(255,255,255) !important;
}
.mutiny-banner:hover .mutiny-button:hover > div:first-child::after {
background-color: rgb(0,0,0) !important;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment