mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-28 13:31:06 +00:00
Merge branch 'hotfix/header-opacity'
This commit is contained in:
commit
aa15fbda84
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ h1, h2, h3, h4, h5, h6 {
|
||||||
font-family: $header-font-family;
|
font-family: $header-font-family;
|
||||||
line-height: 1.25em;
|
line-height: 1.25em;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
opacity:0.99;
|
opacity: 0.99;
|
||||||
|
clear: both;
|
||||||
text-rendering: optimizeLegibility; // Fix the character spacing for headings
|
text-rendering: optimizeLegibility; // Fix the character spacing for headings
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue