1
0
Fork 1
forked from fedi/mastodon

dialing it in.

This commit is contained in:
talon 2022-11-20 15:56:22 -07:00
parent 02d809c2a5
commit 1df68fe9c8

View file

@ -1,18 +1,18 @@
// Commonly used web colors
$black: #000000; // Black
$white: #ffffff; // White
$success-green: #79bd9a !default; // Padua
$error-red: #df405a !default; // Cerise
$warning-red: #ff5050 !default; // Sunset Orange
$gold-star: #000000 !default; // Dark Goldenrod
$black: #242424; // Black
$white: #d3d3d3; // White
$success-green: #62b651 !default;
$error-red: #df405a !default;
$warning-red: #ff5050 !default;
$gold-star: #70563a !default;
$red-bookmark: $warning-red;
// Values from the classic Mastodon UI
$classic-base-color: #030d00;
$classic-primary-color: #0b4e0b;
$classic-secondary-color: #968068;
$classic-highlight-color: #62b651;
$classic-base-color: #122712;
$classic-primary-color: #0c3600;
$classic-secondary-color: #62b651;
$classic-highlight-color: #70563a;
// Variables for defaults in UI
$base-shadow-color: $black !default;