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

15
docs/resources/css/common.css

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

Loading…
Cancel
Save