Update type contrast rules
This commit is contained in:
parent
88996f547a
commit
1e5aed30cb
|
@ -56,7 +56,7 @@
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 1px;
|
height: 1px;
|
||||||
background: linear-gradient(to right, rgba($base-a, 0.3), transparent 80%);
|
background: linear-gradient(to right, rgba($base-a, 0.2), transparent 80%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
& > h1 {
|
& > h1 {
|
||||||
@include font-size(7);
|
@include font-size(7);
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
font-weight: 300;
|
font-weight: 200;
|
||||||
font-family: $body-font;
|
font-family: $body-font;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -78,6 +78,6 @@ $shadow6:
|
||||||
$modularscale: (
|
$modularscale: (
|
||||||
base: 14px, ratio: 1.2,
|
base: 14px, ratio: 1.2,
|
||||||
480px: (base: 13px, ratio: 1.15),
|
480px: (base: 13px, ratio: 1.15),
|
||||||
768px: (base: 14px, ratio: 1.17),
|
768px: (base: 14px, ratio: 1.16),
|
||||||
1280px: (base: 14px, ratio: 1.2)
|
1280px: (base: 14px, ratio: 1.17)
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue