diff options
Diffstat (limited to 'templates/theme_example/theme_example.scss')
| -rw-r--r-- | templates/theme_example/theme_example.scss | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/templates/theme_example/theme_example.scss b/templates/theme_example/theme_example.scss index d95defc..8edf74b 100644 --- a/templates/theme_example/theme_example.scss +++ b/templates/theme_example/theme_example.scss @@ -1,9 +1,11 @@ +@import "../@theme-base/version"; + /*! =========================================== * * Template THEME - * Version: 3.16.0 + * Version: #{$version} * Author: You name here * Website: Your website here - * Tweets Your twitter handle + * Twitter: Your twitter handle * =========================================== */ // Change colors here and they will change everywhere. @@ -16,5 +18,9 @@ $text_color: #0d0d0d; $extra_color: #e6eaf0; $danger_color: #d62646; $warning_color: #ffaa00; +$info_color: #1b68c6; + +@import "../@theme-base/styles"; +@import "../@theme-base/dark_mode"; -@import '../styles'; +// Please do not remove the imports above, add overrides and other partials below this line.
\ No newline at end of file |
