FIX: updates blend to use var
This commit is contained in:
parent
248121c094
commit
3d0d4f2ca2
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue