diff options
Diffstat (limited to 'spruce/bootswatch.less')
-rwxr-xr-x | spruce/bootswatch.less | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/spruce/bootswatch.less b/spruce/bootswatch.less index e6127af1..1bbc5a0a 100755 --- a/spruce/bootswatch.less +++ b/spruce/bootswatch.less @@ -16,11 +16,16 @@ div.subnav li > a, font-weight: @headingsFontWeight; } -h1 { font-size: 54px; } -h2 { font-size: 36px; } -h3 { font-size: 20px; } -h4 { font-size: 16px; } -h5 { font-size: 14px; } +h1 { + font-size: 54px; + line-height: 1.2em; + color: @yellow; +} + +h2 { font-size: 48px; } +h3 { font-size: 36px; } +h4 { font-size: 24px; } +h5 { font-size: 20px; } h1 > small, h2 > small, h3 > small, h4 > small, h5 > small, h6 > small, .muted { color: @headingsColor; |