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;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
border-left: 5px solid var(--primary-low);
|
border-left: 5px solid var(--primary-low);
|
||||||
background-color: blend-primary-secondary(5%);
|
background-color: var(--blend-primary-secondary-5);
|
||||||
|
|
||||||
.discourse-placeholder-name {
|
.discourse-placeholder-name {
|
||||||
width: 200px;
|
width: 200px;
|
||||||
|
|
Loading…
Reference in New Issue