mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Use pvar() instead of SCSS variables
This commit is contained in:
@@ -130,7 +130,7 @@
|
||||
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;
|
||||
|
||||
@@ -537,8 +537,8 @@
|
||||
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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user