use 300 for weight in both header/footer
This commit is contained in:
parent
8d847a9ac4
commit
81b0e020f0
|
@ -22,7 +22,7 @@ $project-logo-pad-left: 8px;
|
|||
|
||||
@mixin project-footer-a-style{
|
||||
color: $black;
|
||||
font-weight: 400;
|
||||
font-weight: 300;
|
||||
|
||||
&:hover{
|
||||
color: $purple;
|
||||
|
@ -35,7 +35,7 @@ $project-logo-pad-left: 8px;
|
|||
|
||||
@mixin project-footer-a-subpage-style{
|
||||
color: $white;
|
||||
font-weight: 400;
|
||||
font-weight: 300;
|
||||
|
||||
svg path{
|
||||
fill: $white;
|
||||
|
|
Loading…
Reference in New Issue