Skip to content

Instantly share code, notes, and snippets.

@jackmcdade
Last active October 20, 2021 12:41
Show Gist options
  • Save jackmcdade/32e18225f342c81a5f31dfe39679bd92 to your computer and use it in GitHub Desktop.
Save jackmcdade/32e18225f342c81a5f31dfe39679bd92 to your computer and use it in GitHub Desktop.
Campaign Monitor Stylebot CSS Overrides
/*
Stylebot Overrides
https://chrome.google.com/webstore/detail/stylebot/oiaejidbmkiecgbjeifoejpgmdaleoha/related?hl=en-US
*/
li a span {
text-transform: capitalize;
}
li.c-feature-nav__link {
display: flex;
}
li a.c-feature-nav__href {
margin-right: 6px
}
table.cmds-table tr > td:nth-child(2) {
font-weight: 700;
font-style: normal;
font-size: 18px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment