diff options
author | Chocobozzz <me@florianbigard.com> | 2023-02-17 13:32:11 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-02-17 13:32:11 +0100 |
commit | dec437aa46a644fb1b3cedc9afe4503c44e15308 (patch) | |
tree | 093d6b60bf461a7be504a5435f53177dc0dda825 /client/src/app/shared/shared-main/users | |
parent | efaf3797897533ebaac6d96110c4c56af9fc1628 (diff) | |
download | PeerTube-dec437aa46a644fb1b3cedc9afe4503c44e15308.tar.gz PeerTube-dec437aa46a644fb1b3cedc9afe4503c44e15308.tar.zst PeerTube-dec437aa46a644fb1b3cedc9afe4503c44e15308.zip |
Increase theme compatibility
Try to use CSS variable as much as possible
Diffstat (limited to 'client/src/app/shared/shared-main/users')
-rw-r--r-- | client/src/app/shared/shared-main/users/user-notifications.component.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-main/users/user-notifications.component.scss b/client/src/app/shared/shared-main/users/user-notifications.component.scss index 12352b3b7..8f4d4c7c1 100644 --- a/client/src/app/shared/shared-main/users/user-notifications.component.scss +++ b/client/src/app/shared/shared-main/users/user-notifications.component.scss | |||
@@ -21,7 +21,7 @@ | |||
21 | } | 21 | } |
22 | 22 | ||
23 | my-global-icon { | 23 | my-global-icon { |
24 | @include apply-svg-color(#333); | 24 | @include apply-svg-color(#{pvar(--mainForegroundColor)}); |
25 | @include margin-right(11px); | 25 | @include margin-right(11px); |
26 | @include margin-left(3px); | 26 | @include margin-left(3px); |
27 | 27 | ||