From 007bc10c07d6a6b7cb6c03a138cc90f6f74a3058 Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Tue, 8 Oct 2019 17:03:40 +0200 Subject: Introduce SCSS plugins: dark mode and numbered headings --- exampleSite/assets/_variables.scss | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'exampleSite/assets/_variables.scss') diff --git a/exampleSite/assets/_variables.scss b/exampleSite/assets/_variables.scss index ec7bff2..431dabc 100644 --- a/exampleSite/assets/_variables.scss +++ b/exampleSite/assets/_variables.scss @@ -1,13 +1,3 @@ -// You can override SASS variables here. Below example of simple dark theme. +/* You can override SASS variables here. Below example of simple dark theme. */ -/* -$gray-100: rgba(255, 255, 255, 0.1); -$gray-200: rgba(255, 255, 255, 0.2); - -$body-background: #343a40; -$body-font-color: #e9ecef; - -$color-link: #84b2ff; -$color-visited-link: #b88dff; -$color-dark-link: $body-font-color; -*/ +// @import "plugins/dark"; -- cgit v1.2.3