Skip to content

Instantly share code, notes, and snippets.

@vicainelli
Created October 29, 2019 13:02
Show Gist options
  • Save vicainelli/f786a0aec530a8345abb819560ad8b4c to your computer and use it in GitHub Desktop.
Save vicainelli/f786a0aec530a8345abb819560ad8b4c to your computer and use it in GitHub Desktop.
Eve - Documentation Style
// * This is for Documentations
.docs {
h1, h2, h3, h4, h5, h6, p {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
h1 {
font-size: 1.5rem;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment