Update type contrast rules

This commit is contained in:
Rico Sta. Cruz 2017-09-01 01:13:57 +08:00
parent 88996f547a
commit 1e5aed30cb
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
3 changed files with 4 additions and 4 deletions

View File

@ -56,7 +56,7 @@
vertical-align: middle;
width: 100%;
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%);
}
}

View File

@ -12,7 +12,7 @@
& > h1 {
@include font-size(7);
line-height: 1.2;
font-weight: 300;
font-weight: 200;
font-family: $body-font;
margin: 0;
}

View File

@ -78,6 +78,6 @@ $shadow6:
$modularscale: (
base: 14px, ratio: 1.2,
480px: (base: 13px, ratio: 1.15),
768px: (base: 14px, ratio: 1.17),
1280px: (base: 14px, ratio: 1.2)
768px: (base: 14px, ratio: 1.16),
1280px: (base: 14px, ratio: 1.17)
);