Update colours slightly
This commit is contained in:
parent
cfd97ae625
commit
1c266baeaf
2 changed files with 3 additions and 3 deletions
|
@ -14,10 +14,10 @@ $base-overlay-background: $white !default;
|
|||
$valid-value-color: $success-green !default;
|
||||
|
||||
$ui-base-color: $classic-secondary-color !default;
|
||||
$ui-base-lighter-color: #afd1b2;
|
||||
$ui-base-lighter-color: #6abf69;
|
||||
$ui-primary-color: #c3cec3;
|
||||
$ui-secondary-color: $classic-base-color !default;
|
||||
$ui-highlight-color: #58991c;
|
||||
$ui-highlight-color: #388E3C;
|
||||
|
||||
$primary-text-color: $black !default;
|
||||
$darker-text-color: $classic-base-color !default;
|
||||
|
|
|
@ -21,7 +21,7 @@ module Mastodon
|
|||
end
|
||||
|
||||
def suffix
|
||||
'cw1'
|
||||
'-cw2'
|
||||
end
|
||||
|
||||
def to_a
|
||||
|
|
Loading…
Reference in a new issue