]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Use pvar() instead of SCSS variables
authorBooteille <booteille@protonmail.com>
Wed, 8 Feb 2023 13:50:02 +0000 (14:50 +0100)
committerWicklow <123956049+wickloww@users.noreply.github.com>
Wed, 8 Feb 2023 14:28:00 +0000 (14:28 +0000)
client/src/app/menu/notification.component.scss
client/src/sass/include/_mixins.scss

index 7f72c98d120e4d3254983e67690d4f5a0fa0ca7f..256ed732859e753cf198c88d99607be5553667de 100644 (file)
         align-items: center;
         justify-content: center;
         font-weight: $font-semibold;
-        color: $fg-color;
+        color: pvar(--mainForegroundColor);
         padding: 7px 0;
         margin-top: auto;
         text-decoration: none;
index 8816437d933b9bff77b214e80441fbfdc53378fc..28bda4b9f26b3851494a74052c77cbdb0fa2301d 100644 (file)
       height: 12px;
       opacity: 0;
       transform: rotate(45deg) scale(0);
-      border-right: 2px solid $bg-color;
-      border-bottom: 2px solid $bg-color;
+      border-right: 2px solid pvar(--mainBackgroundColor);
+      border-bottom: 2px solid pvar(--mainBackgroundColor);
     }
   }