diff options
Diffstat (limited to 'client/src/sass/application.scss')
-rw-r--r-- | client/src/sass/application.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 17ed5c8f8..22e1151c8 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -48,6 +48,8 @@ body { | |||
48 | --supportButtonColor: #{var(--actionButtonColor)}; | 48 | --supportButtonColor: #{var(--actionButtonColor)}; |
49 | --supportButtonHeartColor: #{$support-button-heart}; | 49 | --supportButtonHeartColor: #{$support-button-heart}; |
50 | 50 | ||
51 | --activatedActionButtonColor: #{$activated-action-button-color}; | ||
52 | |||
51 | font-family: $main-fonts; | 53 | font-family: $main-fonts; |
52 | font-weight: $font-regular; | 54 | font-weight: $font-regular; |
53 | color: var(--mainForegroundColor); | 55 | color: var(--mainForegroundColor); |