Skip to content

Instantly share code, notes, and snippets.

@onionmk2
Created July 31, 2018 03:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save onionmk2/983af4190473a2c0a896f9a10fca671a to your computer and use it in GitHub Desktop.
Save onionmk2/983af4190473a2c0a896f9a10fca671a to your computer and use it in GitHub Desktop.
stylus for pixologic
.entry-content > ul > li {
margin: 0 0 0 36px;
}
.entry-content > ul {
list-style-type: circle;
}
.entry-content > ol {
list-style-type: decimal;
}
h2 {
font-family: 'Lato', sans-serif !important;
font-size: 2.57rem !important;
font-weight: 300 !important;
line-height: 2.85rem !important;
text-indent: -30px;
}
h3 {
text-indent: -30px;
font-size: 21px !important;
line-height: 28px;
word-spacing: .5px;
font-weight: normal;
margin: 0 0 0 0 !important;
font-family: AtlasGrotesk-editor-rtl, AtlasGrotesk-editor-heading, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
img[src="http://docs.pixologic.com/wp-content/uploads/2013/01/Button.png"] {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment