Skip to content

Commit 7c03fac

Browse files
committed
Refactor SCSS variables for improved readability and update primary font
1 parent 17060cf commit 7c03fac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
$light: #fff;
2-
$primary-color:#cc302b;
2+
$primary-color: #cc302b;
33
$secondary-color: #385777;
44
$black: #222;
55
$black-light: #3f4451;
66
$black-lighter: #888;
7-
$border-color:#eee;
8-
$primary-font: 'Lora', serif;
9-
$secondary-font:'Open Sans', sans-serif;
7+
$border-color: #eee;
8+
$primary-font: 'LINE Seed JP', serif;
9+
$secondary-font: 'Open Sans', sans-serif;
1010
$gray : #f7fdfc;

0 commit comments

Comments
 (0)