change the global highlight color

master
an 2019-07-22 04:33:57 -04:00
parent 4eb4ee386e
commit c0673e09c4
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ $red-bookmark: $warning-red;
$classic-base-color: #282c37; // Midnight Express
$classic-primary-color: #bca498; // Muted Rust
$classic-secondary-color: #d9e1e8; // Pattens Blue
$classic-highlight-color: #f50; // Sunset Orange
$classic-highlight-color: #7a31e8; // Purple!
// Variables for defaults in UI
$base-shadow-color: $black !default;

View File

@ -10,7 +10,7 @@ $gold-star: #ca8f04 !default; // Dark Goldenrod
$classic-base-color: #282c37; // Midnight Express
$classic-primary-color: #bca498; // Muted Rust
$classic-secondary-color: #d9e1e8; // Pattens Blue
$classic-highlight-color: #f50; // Sunset Orange
$classic-highlight-color: #7a31e8; // Purple!
// Variables for defaults in UI
$base-shadow-color: $black !default;