Last active
October 20, 2021 12:41
-
-
Save jackmcdade/32e18225f342c81a5f31dfe39679bd92 to your computer and use it in GitHub Desktop.
Campaign Monitor Stylebot CSS Overrides
This file contains 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
/* | |
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