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. 7
      docs/resources/css/common.css

7
docs/resources/css/common.css

@ -77,12 +77,11 @@ 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: #A1B2C2; /* darker alternative: #698EB0 */ color: #242627;
line-height: 1em; line-height: 1em;
margin: 50px auto; margin: 50px auto;
} }

Loading…
Cancel
Save