Skip to content

Instantly share code, notes, and snippets.

@RobertFischer
Created January 9, 2018 22:01
Show Gist options
  • Save RobertFischer/b6d5f5e753397c2e52eeaac5ef31e917 to your computer and use it in GitHub Desktop.
Save RobertFischer/b6d5f5e753397c2e52eeaac5ef31e917 to your computer and use it in GitHub Desktop.
Nesting for .ql-editor
.ql-editor {
font-family: "Museo Sans";
h1 {
font-weight: 500;
font-size: 22pt;
color: #002F5F;
}
h2 {
font-weight: 500;
font-size: 20pt;
color: #0046AD;
}
p, li {
color: $gray-900;
font-weight: 300;
font-size: 18pt;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment