mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-17 23:21:14 +00:00
Fixed h# a being too bold
This commit is contained in:
parent
24aa48f21b
commit
ea36fd1a76
1 changed files with 2 additions and 1 deletions
|
@ -21,10 +21,11 @@ h1, h2, h3, h4, h5, h6 {
|
||||||
opacity: 0.99;
|
opacity: 0.99;
|
||||||
clear: both;
|
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: normal;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: $dark-blue;
|
color: $dark-blue;
|
||||||
|
font-weight:normal;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue