Skip to content

Commit f6c0b82

Browse files
Aaron N. BrockAaron N. Brock
authored andcommitted
reorganaize variables
1 parent 0cd2cbb commit f6c0b82

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

assets/scss/_variables.scss

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1+
//
12
// Colors
3+
//
4+
5+
// General
26
$primary: #5d78ff;
37
$secondary: #282f49;
8+
// Text
9+
$headings-color: #282f49;
10+
$body-color: #7e7e8a;
411

512
//
613
// Typography
@@ -11,10 +18,6 @@ $secondary: #282f49;
1118
$font-family-base: "Poppins", sans-serif;
1219
$headings-font-family: "Yeseva One", cursive;
1320

14-
// @import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
15-
// $font-family-base: 'Merriweather', serif;
16-
// $headings-font-family: 'Merriweather Sans', sans-serif;
17-
1821
// Size
1922
$font-size-base: 1.125rem; // 18px
2023
$h1-font-size: 60px;
@@ -28,9 +31,5 @@ $h6-font-size: 16px;
2831
$headings-margin-bottom: 1.5rem;
2932
$line-height-base: 1.75;
3033

31-
// Coloring
32-
$headings-color: #282f49;
33-
$body-color: #7e7e8a;
34-
3534
// Misc
3635
$link-hover-decoration: none;

0 commit comments

Comments
 (0)