1
0
Fork 1
forked from fedi/mastodon

more dialing....

This commit is contained in:
talon 2022-11-20 16:05:42 -07:00
parent 1df68fe9c8
commit 35b45c4c2a

View file

@ -1,6 +1,6 @@
// Commonly used web colors
$black: #242424; // Black
$white: #d3d3d3; // White
$white: #91867b; // White
$success-green: #62b651 !default;
$error-red: #df405a !default;
$warning-red: #ff5050 !default;
@ -10,7 +10,7 @@ $red-bookmark: $warning-red;
// Values from the classic Mastodon UI
$classic-base-color: #122712;
$classic-primary-color: #0c3600;
$classic-primary-color: #2e7819;
$classic-secondary-color: #62b651;
$classic-highlight-color: #70563a;