master
an 2019-08-04 15:24:08 -04:00
parent 484ecdc213
commit afcdb3f55b
1 changed files with 10 additions and 10 deletions

View File

@ -1,18 +1,18 @@
// Commonly used web colors
$black: #000000; // Black
$white: #ffffff; // White
$success-green: #79bd9a; // Padua
$error-red: #df405a; // Cerise
$warning-red: #ff5050; // Sunset Orange
$gold-star: #ca8f04; // Dark Goldenrod
$black: #000000;
$white: #ffffff;
$success-green: #53bdb1;
$error-red: #ff0245;
$warning-red: #ff344f;
$gold-star: #20e0a0;
$red-bookmark: $warning-red;
// Values from the classic Mastodon UI
$classic-base-color: #282c37; // Midnight Express
$classic-primary-color: #bca498; // Muted Rust
$classic-secondary-color: #d9e1e8; // Pattens Blue
$classic-highlight-color: #7a31e8; // Purple!
$classic-base-color: #0f0c11;
$classic-primary-color: #e08aaf;
$classic-secondary-color: #e873af;
$classic-highlight-color: #e844a9;
// Variables for defaults in UI
$base-shadow-color: $black !default;