From 1f8d34168fb142ecc013ca640a3d2bc52988aa44 Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Thu, 3 Oct 2019 18:15:24 +0200 Subject: #77, Introduce hint shortcode --- assets/_variables.scss | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'assets/_variables.scss') diff --git a/assets/_variables.scss b/assets/_variables.scss index 5a6f020..6eb8e4c 100644 --- a/assets/_variables.scss +++ b/assets/_variables.scss @@ -24,7 +24,7 @@ $gray-800: #343a40 !default; $gray-900: #212529 !default; $black: #000 !default; -$color-link: #004ed0 !default; +$color-link: #05b !default; $color-visited-link: #8440f1 !default; $color-dark-link: $gray-800 !default; @@ -41,3 +41,10 @@ $toc-width: 16rem !default; $md-breakpoint: $menu-width + $body-min-width * 1.25 + $toc-width !default; $sm-breakpoint: $menu-width + $body-min-width !default; + +// Panel colors +$hint-colors: ( + info: #6bf, + warning: #fd6, + danger: #f66 +); -- cgit v1.2.3