Introduce SCSS plugins: dark mode and numbered headings

This commit is contained in:
Alex Shpak
2019-10-08 17:03:40 +02:00
parent 1cd5040d84
commit 007bc10c07
18 changed files with 428 additions and 409 deletions
+2 -1
View File
@@ -1,2 +1,3 @@
@import "variables";
// You can add custom styles here.
// @import "plugins/numbered";
+2 -12
View File
@@ -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";