diff options
Diffstat (limited to 'spruce/bootswatch.less')
-rwxr-xr-x | spruce/bootswatch.less | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/spruce/bootswatch.less b/spruce/bootswatch.less index bf831db8..a828b31c 100755 --- a/spruce/bootswatch.less +++ b/spruce/bootswatch.less @@ -8,15 +8,16 @@ @import url(//fonts.googleapis.com/css?family=Crete+Round); -h1 > small, -h2 > small, -h3 > small, -h4 > small, -h5 > small, -h6 > small, +h1, h2, h3, h4, h5, h6 { + + small { + font-family: @baseFontFamily; + color: @headingsColor; + } +} + .muted { - color: @headingsColor; - font-family: @baseFontFamily; + color: @grayLight; } .jumbotron h1 { |