Let headers inherit the theme font-family

Issue https://github.com/atom/settings-view/issues/340
Esse commit está contido em:
simurai
2015-01-14 10:36:57 +09:00
commit 149cfdf0c2
2 arquivos alterados com 9 adições e 9 exclusões
+9
Ver Arquivo
@@ -12,3 +12,12 @@
background-color: @background-color-selected;
}
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: inherit; // inherit from themes
}
-9
Ver Arquivo
@@ -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%;