Released three default colors (blue, green and tomato red)

master
Dominik Slavkovsky 9 years ago
parent be52888e9d
commit 918b2ab9b5

@ -11,16 +11,16 @@ html, body {
}
// green theme
$primary-color: #27ae60;
$primary-color-hover: lighten( $primary-color, 10% );
// $primary-color: #27ae60;
// $primary-color-hover: lighten( $primary-color, 10% );
// blue theme
// $primary-color: #3498db;
// $primary-color-hover: lighten( $primary-color, 10% );
// tomato red theme
// $primary-color: #ea3200;
// $primary-color-hover: lighten( $primary-color, 10% );
$primary-color: #ea3200;
$primary-color-hover: lighten( $primary-color, 10% );
.fa {

2
dist/custom.css vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save