Browse Source

Bumping font size and darkening color on h5, footer h4 (#575)

Fixes #574
pull/569/head
Ole Ersoy 6 years ago committed by Sergi Almacellas Abellana
parent
commit
791034bc79
  1. 17
      docs/resources/css/common.css

17
docs/resources/css/common.css

@ -77,14 +77,13 @@ h4 {
line-height: 1.25em; line-height: 1.25em;
} }
h5, h5, footer h4 {
footer h4 { font-size: 20px;
font-size: 12px; letter-spacing: 2px;
letter-spacing: 2px; text-transform: uppercase;
text-transform: uppercase; color: #242627;
color: #A1B2C2; /* darker alternative: #698EB0 */ line-height: 1em;
line-height: 1em; margin: 50px auto;
margin: 50px auto;
} }
h6 { h6 {
@ -511,4 +510,4 @@ footer hr {
footer h5 { footer h5 {
margin-top: 40px; margin-top: 40px;
} }
} }

Loading…
Cancel
Save