diff options
Diffstat (limited to 'templates/green_lume/green_lume.scss')
| -rw-r--r-- | templates/green_lume/green_lume.scss | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/green_lume/green_lume.scss b/templates/green_lume/green_lume.scss index 13e0951..4d78793 100644 --- a/templates/green_lume/green_lume.scss +++ b/templates/green_lume/green_lume.scss @@ -21,5 +21,6 @@ $warning_color: #ffaa00; $info_color: #1b68c6; @import "../@theme-base/styles"; -// @import "../@theme-base/full"; -// Please do not remove the import above, add overrides and other partials below this line.
\ No newline at end of file +@import "../@theme-base/dark_mode"; + +// Please do not remove the imports above, add overrides and other partials below this line.
\ No newline at end of file |
