Merge pull request #37 from influxdata/v2-layout

Fix font rendering and heading spacing
pull/38/head
Scott Anderson 2019-01-24 13:53:11 -07:00 committed by GitHub
commit c67b10b63c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 2 deletions

View File

@ -29,13 +29,14 @@
}
h2 {
font-size: 2rem;
margin: -1.5rem 0 .5rem;
margin: -1rem 0 .5rem;
padding-top: 1.75rem;
}
h3 {
font-size: 1.65rem;
margin: -1.5rem 0 .5rem;
margin: -1rem 0 .5rem;
padding-top: 1.75rem;
color: $article-heading-alt;
}
h4 {
font-size: 1.25rem;

View File

@ -21,6 +21,8 @@ body {
min-height: 100%;
font-family: Roboto, sans-serif;
background: $body-bg;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
* {

View File

@ -33,6 +33,7 @@ $sidebar-search-highlight: $b-pool !default;
// Article Content
$article-bg: $g3-castle !default;
$article-heading: $g19-ghost !default;
$article-heading-alt: $g19-ghost !default;
$article-text: $g14-chromium !default;
$article-bold: $g18-cloud !default;
$article-link: #2aa3ff !default;

View File

@ -32,6 +32,7 @@ $sidebar-search-highlight: $b-ocean;
// Article Content
$article-bg: $g20-white;
$article-heading: $g7-graphite;
$article-heading-alt: $g19-ghost;
$article-text: $g8-storm;
$article-bold: $g8-storm;
$article-link: $b-ocean;