Updated Testing to new theme based on Mastodon Light

This commit is contained in:
Mike Barnes 2018-03-24 17:11:03 +11:00
commit ff2e0a1d1e
2 changed files with 21 additions and 7 deletions

View file

@ -6,11 +6,11 @@ $error-red: #df405a; // Cerise
$warning-red: #ff5050; // Sunset Orange
$gold-star: #ca8f04; // Dark Goldenrod
// Values from the classic Mastodon UI
$classic-base-color: #9c9c9c; //#282c37; // Midnight Express
$classic-primary-color: #282c37; //9baec8; // Echo Blue
$classic-secondary-color: #204c03; //d9e1e8; // Pattens Blue
$classic-highlight-color: #397313; // Summer Sky
// Chinwag Greens
$classic-base-color: #e9f2e1; // Light Base
$classic-primary-color: #28372c; // Very Dark
$classic-secondary-color: #638f37; // Darker Green
$classic-highlight-color: #85c04b; // Lighter Green
// Variables for defaults in UI
$base-shadow-color: $black !default;