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{
|
@mixin project-footer-a-style{
|
||||||
color: $black;
|
color: $black;
|
||||||
font-weight: 400;
|
font-weight: 300;
|
||||||
|
|
||||||
&:hover{
|
&:hover{
|
||||||
color: $purple;
|
color: $purple;
|
||||||
|
@ -35,7 +35,7 @@ $project-logo-pad-left: 8px;
|
||||||
|
|
||||||
@mixin project-footer-a-subpage-style{
|
@mixin project-footer-a-subpage-style{
|
||||||
color: $white;
|
color: $white;
|
||||||
font-weight: 400;
|
font-weight: 300;
|
||||||
|
|
||||||
svg path{
|
svg path{
|
||||||
fill: $white;
|
fill: $white;
|
||||||
|
|
Loading…
Reference in New Issue