blob: 0457e40735ce1a682b1c2001225ee2c86cab4e06 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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';
|