mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-11-15 09:21:25 +00:00
Reverting font weight changes
This commit is contained in:
parent
e0b6c15c90
commit
fe3424b79a
1 changed files with 1 additions and 2 deletions
|
@ -18,7 +18,6 @@ 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;
|
||||
|
@ -56,7 +55,7 @@ p {
|
|||
a {
|
||||
color: $base-link-color;
|
||||
text-decoration: none;
|
||||
font-weight: 400;
|
||||
font-weight: bold;
|
||||
@include transition(color 0.1s linear);
|
||||
|
||||
&:hover {
|
||||
|
|
Loading…
Reference in a new issue