FIX: uses var for dark-light-choose

This commit is contained in:
jjaffeux 2021-06-01 11:37:12 +02:00
parent 3d0d4f2ca2
commit 3f0a5f7802
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ div.d-wrap[data-wrap="placeholder"] {
p,
.discourse-placeholder-name {
font-size: $font-down-1;
color: dark-light-choose($primary-high, $secondary-low);
color: var(--primary-low-mid-or-secondary-high);
}
p {