spruce: heading color and size
authorThomas Park <thomas@thomaspark.me>
Thu, 23 Aug 2012 21:04:48 +0000 (17:04 -0400)
committerThomas Park <thomas@thomaspark.me>
Thu, 23 Aug 2012 21:04:48 +0000 (17:04 -0400)
spruce/bootstrap.css
spruce/bootstrap.min.css
spruce/bootswatch.less

index fa8caa9..9fe715d 100644 (file)
@@ -4760,18 +4760,20 @@ div.subnav li > a,
 }
 h1 {
   font-size: 54px;
+  line-height: 1.2em;
+  color: #ebd90b;
 }
 h2 {
-  font-size: 36px;
+  font-size: 48px;
 }
 h3 {
-  font-size: 20px;
+  font-size: 36px;
 }
 h4 {
-  font-size: 16px;
+  font-size: 24px;
 }
 h5 {
-  font-size: 14px;
+  font-size: 20px;
 }
 h1 > small,
 h2 > small,
index 85568c9..a827331 100644 (file)
@@ -802,11 +802,11 @@ a.label:hover,a.badge:hover{color:#ffffff;text-decoration:none;cursor:pointer;}
 .invisible{visibility:hidden;}
 .affix{position:fixed;}
 .navbar .brand,legend,.btn,.navbar .nav>li>a,div.subnav li>a,.navbar-text{font-family:'Josefin Slab',serif;font-weight:700;}
-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:#ebd90b;}
+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:#f5f3dc;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;}
 .alert-heading{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;color:inherit;}
 body{background-size:100% 1400px;background-repeat:repeat-y;}
index e6127af..1bbc5a0 100755 (executable)
@@ -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;