mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-18 15:32:23 +00:00
Copying font weight changes
This commit is contained in:
parent
36dd502310
commit
819ffb5077
1 changed files with 2 additions and 1 deletions
|
@ -18,6 +18,7 @@ h1, h2, h3, h4, h5, h6 {
|
|||
line-height: 1.25em;
|
||||
margin: 0;
|
||||
text-rendering: optimizeLegibility; // Fix the character spacing for headings
|
||||
font-weight: 400;
|
||||
|
||||
a {
|
||||
color: $dark-blue;
|
||||
|
@ -55,7 +56,7 @@ p {
|
|||
a {
|
||||
color: $base-link-color;
|
||||
text-decoration: none;
|
||||
font-weight: 600;
|
||||
font-weight: 400;
|
||||
@include transition(color 0.1s linear);
|
||||
|
||||
&:hover {
|
||||
|
|
Loading…
Reference in a new issue