Let headers inherit the theme font-family

Issue https://github.com/atom/settings-view/issues/340
This commit is contained in:
simurai 2015-01-14 10:36:57 +09:00
parent d522438876
commit 149cfdf0c2
2 changed files with 9 additions and 9 deletions

View File

@ -12,3 +12,12 @@
background-color: @background-color-selected;
}
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: inherit; // inherit from themes
}

View File

@ -12,15 +12,6 @@ body {
font-size: @font-size;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: @font-family;
}
atom-workspace {
display: block;
height: 100%;