koto/theme/variants/light/_vars.scss
Joshua Strobl 812cdc6677 Implement pseudoactive style and apply it to our KotoButton on hover / leave (removal).
Apply our pseudoactive styling to very specific KotoButtons in our KotoNav.
2021-07-08 14:39:39 +03:00

27 lines
No EOL
690 B
SCSS

$koto-primary-color: $green;
$bg-primary : #fafafa;
$bg-secondary : $palewhite;
$border-color: $darkgrey;
$text-color-bright: $midnight;
$text-color-faded: $darkgrey;
$button-destructive-color-bg: $red;
$button-destructive-color-text: white;
$button-suggested-color-bg: $koto-primary-color;
$button-suggested-color-text: $midnight;
$button-normal-color-bg: white;
$button-normal-color-text: $text-color-bright;
$button-normal-color-border: $darkgrey;
$input-background: $bg-primary;
$primary-nav-button-active-color: $bg-secondary;
$artist-list-bg: $bg-secondary;
$player-bar-icon-color: $darkgrey;
$selected-row-color-bg : $koto-primary-color;
$selected-row-color-text : $midnight;