FIX: updates blend to use var
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ div.d-wrap[data-wrap="placeholder"] {
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
border-left: 5px solid var(--primary-low);
|
||||
background-color: blend-primary-secondary(5%);
|
||||
background-color: var(--blend-primary-secondary-5);
|
||||
|
||||
.discourse-placeholder-name {
|
||||
width: 200px;
|
||||
|
||||
Reference in New Issue
Block a user