Skip to content
This repository was archived by the owner on Dec 11, 2021. It is now read-only.

Commit 0b85976

Browse files
committed
Typography: Use color palette
1 parent e147a19 commit 0b85976

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scss/variables/typography.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
}
99
}( this, function( chassis ) {
1010

11-
var color = "#222",
11+
var color = "map-get($text, \"base\")",
1212
fontSize = "20px",
1313
lineHeight = 1.5,
14-
linkColor = "#4078c0";
14+
linkColor = "map-get($primary, \"light\")";
1515

1616
chassis.typography = {
1717
normal: {

0 commit comments

Comments
 (0)