diff options
Diffstat (limited to 'exampleSite/assets/_variables.scss')
-rw-r--r-- | exampleSite/assets/_variables.scss | 14 |
1 files changed, 2 insertions, 12 deletions
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"; |