Adjust some colors, font sizes, borders in markdown

This commit is contained in:
Alex Shpak
2019-06-19 13:58:46 +02:00
parent 618ffadcb3
commit 220d999ce6
6 changed files with 32 additions and 17 deletions
+4 -2
View File
@@ -9,6 +9,8 @@ $font-size-12: 0.75rem;
$font-size-14: 0.875rem;
$font-size-16: 1rem;
$border-radius: 0.15rem;
// Grayscale
$white: #ffffff;
$gray-100: #f8f9fa;
@@ -37,5 +39,5 @@ $header-height: 3.5rem;
$menu-width: 16rem;
$toc-width: 16rem;
$sm-breakpoint: $menu-width + $body-min-width + 5;
$md-breakpoint: $sm-breakpoint + $toc-width;
$md-breakpoint: $menu-width + $body-min-width * 1.25 + $toc-width;
$sm-breakpoint: $menu-width + $body-min-width;