diff options
Diffstat (limited to 'templates/theme_example/theme_example.scss')
| -rw-r--r-- | templates/theme_example/theme_example.scss | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/templates/theme_example/theme_example.scss b/templates/theme_example/theme_example.scss new file mode 100644 index 0000000..0457e40 --- /dev/null +++ b/templates/theme_example/theme_example.scss @@ -0,0 +1,20 @@ +/*! =========================================== * + * Template THEME + * Version: 3.12.0 + * Author: You name here + * Website: Your website here + * Tweets Your twitter handle + * =========================================== */ + +// Change colors here and they will change everywhere. +$base: #1C1C1C; +$search: #000; +$highlight: #2FBF71; +$navigation: #fff; + +$text_color: #0d0d0d; +$extra_color: #e6eaf0; +$danger_color: #d62646; +$warning_color: #ffaa00; + +@import '../styles';
\ No newline at end of file |
