Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/StaticMania/portio-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron N. Brock <Contact@AaronNBrock.com>2020-10-05 20:34:34 +0300
committerAaron N. Brock <Contact@AaronNBrock.com>2020-10-05 20:34:34 +0300
commitf6c0b82dff6f7b1d5476d821c10689009dcc466a (patch)
tree6a63455540db59126281ba94f962d57ca73cd840
parent0cd2cbb4a036783f8f70d1523efe5b78e4c73d58 (diff)
reorganaize variables
-rw-r--r--assets/scss/_variables.scss15
1 files changed, 7 insertions, 8 deletions
diff --git a/assets/scss/_variables.scss b/assets/scss/_variables.scss
index 70015b2..e9245ce 100644
--- a/assets/scss/_variables.scss
+++ b/assets/scss/_variables.scss
@@ -1,6 +1,13 @@
+//
// Colors
+//
+
+// General
$primary: #5d78ff;
$secondary: #282f49;
+// Text
+$headings-color: #282f49;
+$body-color: #7e7e8a;
//
// Typography
@@ -11,10 +18,6 @@ $secondary: #282f49;
$font-family-base: "Poppins", sans-serif;
$headings-font-family: "Yeseva One", cursive;
-// @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');
-// $font-family-base: 'Merriweather', serif;
-// $headings-font-family: 'Merriweather Sans', sans-serif;
-
// Size
$font-size-base: 1.125rem; // 18px
$h1-font-size: 60px;
@@ -28,9 +31,5 @@ $h6-font-size: 16px;
$headings-margin-bottom: 1.5rem;
$line-height-base: 1.75;
-// Coloring
-$headings-color: #282f49;
-$body-color: #7e7e8a;
-
// Misc
$link-hover-decoration: none;