1
0
Fork 1
forked from fedi/mastodon

tweak colors again

This commit is contained in:
talon 2022-11-21 22:00:50 -07:00
parent 62146c70a3
commit 2a14e96463

View file

@ -1,18 +1,19 @@
// Commonly used web colors
$black: #242424; // Black
$white: #b39d85; // White
$white: #ddc5ac; // White
$success-green: #62b651 !default;
$error-red: #df405a !default;
$warning-red: #ff5050 !default;
$gold-star: #70563a !default;
$error-red: #a32a3e !default;
$warning-red: #a73030 !default;
$gold-star: #ff5100 !default;
$red-bookmark: $warning-red;
// Values from the classic Mastodon UI
$classic-base-color: #122712;
$classic-primary-color: #67975a;
$classic-secondary-color: #80d46f;
$classic-highlight-color: #70563a;
$classic-secondary-color: #6db45d;
$classic-highlight-color: #664521;
// Variables for defaults in UI
$base-shadow-color: $black !default;
@ -30,7 +31,7 @@ $ui-secondary-color: $classic-secondary-color !default; // Lightest
$ui-highlight-color: $classic-highlight-color !default;
// Variables for texts
$primary-text-color: $white !default;
$primary-text-color: #FFFFFF !default;
$darker-text-color: $ui-primary-color !default;
$dark-text-color: $ui-base-lighter-color !default;
$secondary-text-color: $ui-secondary-color !default;