From e62448627edbfaea940b0f7995b9d4da481b3c3f Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Thu, 13 Sep 2018 18:07:55 +0200 Subject: Add README.md --- assets/_variables.scss | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'assets/_variables.scss') diff --git a/assets/_variables.scss b/assets/_variables.scss index 125a29f..76d1ea7 100644 --- a/assets/_variables.scss +++ b/assets/_variables.scss @@ -9,8 +9,8 @@ $font-size-14: .875rem; $font-size-16: 1rem; $size-48: 3rem; -$size-56: 3.5rem; -$size-72: 4.5rem; +// $size-56: 3.5rem; +// $size-72: 4.5rem; // Grayscale $white: #fff; @@ -28,9 +28,17 @@ $black: #000; $color-link: #1177EE; $color-visited-link: #7823c9; + +$body-background: none; +$body-font-color: $gray-800; +$body-font-weight: 300; $body-line-height: 1.75; $body-min-width: 25rem; + +$nav-background: $gray-100; +$nav-link-color: $gray-800; +$nav-menu-width: 18rem; +$toc-menu-width: 14rem; + $content-max-width: 64rem; $content-min-width: $body-min-width; -$nav-menu-width: 18rem; -$toc-menu-width: 14rem; \ No newline at end of file -- cgit v1.2.3