aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
diff options
context:
space:
mode:
authorBooteille <booteille@protonmail.com>2023-02-08 14:50:02 +0100
committerWicklow <123956049+wickloww@users.noreply.github.com>2023-02-08 14:28:00 +0000
commitb4e556144d610cf96817dfc007933145d526966b (patch)
tree3a9a89843faf2b9e711e2eff4a9d801b58b3b82e /client/src/app
parent60ea45b092aeec3564f7bcc9acf7838a9e84ef7d (diff)
downloadPeerTube-b4e556144d610cf96817dfc007933145d526966b.tar.gz
PeerTube-b4e556144d610cf96817dfc007933145d526966b.tar.zst
PeerTube-b4e556144d610cf96817dfc007933145d526966b.zip
Use pvar() instead of SCSS variables
Diffstat (limited to 'client/src/app')
-rw-r--r--client/src/app/menu/notification.component.scss2
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;