diff options
author | Booteille <booteille@protonmail.com> | 2023-02-08 14:50:02 +0100 |
---|---|---|
committer | Wicklow <123956049+wickloww@users.noreply.github.com> | 2023-02-08 14:28:00 +0000 |
commit | b4e556144d610cf96817dfc007933145d526966b (patch) | |
tree | 3a9a89843faf2b9e711e2eff4a9d801b58b3b82e /client/src/app/menu/notification.component.scss | |
parent | 60ea45b092aeec3564f7bcc9acf7838a9e84ef7d (diff) | |
download | PeerTube-b4e556144d610cf96817dfc007933145d526966b.tar.gz PeerTube-b4e556144d610cf96817dfc007933145d526966b.tar.zst PeerTube-b4e556144d610cf96817dfc007933145d526966b.zip |
Use pvar() instead of SCSS variables
Diffstat (limited to 'client/src/app/menu/notification.component.scss')
-rw-r--r-- | client/src/app/menu/notification.component.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/menu/notification.component.scss b/client/src/app/menu/notification.component.scss index 7f72c98d1..256ed7328 100644 --- a/client/src/app/menu/notification.component.scss +++ b/client/src/app/menu/notification.component.scss | |||
@@ -130,7 +130,7 @@ | |||
130 | align-items: center; | 130 | align-items: center; |
131 | justify-content: center; | 131 | justify-content: center; |
132 | font-weight: $font-semibold; | 132 | font-weight: $font-semibold; |
133 | color: $fg-color; | 133 | color: pvar(--mainForegroundColor); |
134 | padding: 7px 0; | 134 | padding: 7px 0; |
135 | margin-top: auto; | 135 | margin-top: auto; |
136 | text-decoration: none; | 136 | text-decoration: none; |