Change colors! Yay!

This commit is contained in:
Riley Trautman 2017-09-05 13:58:47 -05:00
parent fdbb3f9da6
commit 2870fd0754
2 changed files with 10 additions and 10 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 258 KiB

After

Width:  |  Height:  |  Size: 290 KiB

View file

@ -1,16 +1,16 @@
// 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: #3b3633; // Black
$white: #ebe9e8; // White
$success-green: #3e935b; // Padua
$error-red: #a3360a; // Cerise
$warning-red: #f9dfb6; // Sunset Orange
$gold-star: #faa41a; // Dark Goldenrod
// Values from the classic Mastodon UI
$classic-base-color: #282c37; // Midnight Express
$classic-primary-color: #9baec8; // Echo Blue
$classic-secondary-color: #d9e1e8; // Pattens Blue
$classic-highlight-color: #2b90d9; // Summer Sky
$classic-base-color: #49423e; // Midnight Express
$classic-primary-color: #c9c7c5; // Echo Blue
$classic-secondary-color: #ebe9e8; // Pattens Blue
$classic-highlight-color: #48b9c7; // Summer Sky
// Variables for defaults in UI
$base-shadow-color: $black !default;