0
0
Fork 0
mirror of https://github.com/ENSL/ensl.org.git synced 2025-04-23 09:32:42 +00:00

Merge branch 'hotfix/header-opacity'

This commit is contained in:
Luke Barratt 2015-04-08 09:49:30 +01:00
commit fd579cac40

View file

@ -18,7 +18,8 @@ h1, h2, h3, h4, h5, h6 {
font-family: $header-font-family;
line-height: 1.25em;
margin: 0;
opacity:0.99;
opacity: 0.99;
clear: both;
text-rendering: optimizeLegibility; // Fix the character spacing for headings
font-weight: 400;