diff options
author | Chocobozzz <me@florianbigard.com> | 2020-05-22 11:15:31 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-05-22 11:15:31 +0200 |
commit | 5f57df54627c61817226768bb360a8a93ea2c0b9 (patch) | |
tree | 1bfb456d337210515c2d2319e1ba11ec72adb255 /client/src/sass/application.scss | |
parent | efc84bdc494a3b102e4aa8bc2d24a3766bd0d751 (diff) | |
download | PeerTube-5f57df54627c61817226768bb360a8a93ea2c0b9.tar.gz PeerTube-5f57df54627c61817226768bb360a8a93ea2c0b9.tar.zst PeerTube-5f57df54627c61817226768bb360a8a93ea2c0b9.zip |
Fix action button icons theme
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); |