This time maybe close enough

This commit is contained in:
Mike Barnes 2024-09-24 20:57:42 +10:00
parent 1b0475d308
commit f5d00a2df3

View file

@ -6,7 +6,7 @@ $red-500: #df405a !default; // Cerise
$blurple-600: #3b953f; // Deeper green
$blurple-500: #6abf69; // Lighter than that
$blurple-400: #8cdb90; // Medium slate blue
$blurple-300: #aaeb96; // Urgh blurple is the worst
$blurple-300: #94e47c; // Urgh blurple is the worst
$grey-600: #4e4c5a; // Trout
$grey-100: #dadaf3; // Topaz
@ -21,7 +21,7 @@ $red-bookmark: $warning-red;
$classic-base-color: #282c37; // Midnight Express
$classic-primary-color: #9baec8; // Echo Blue
$classic-secondary-color: #d9e1e8; // Pattens Blue
$classic-highlight-color: #6364ff; // Brand purple
$classic-highlight-color: #6abf69; // Brand green
// Variables for defaults in UI
$base-shadow-color: $black !default;