1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2026-03-22 02:48:15 +00:00

style: interpolate sass variable in CSS custom property

This commit is contained in:
Cotes Chung
2026-03-12 20:45:20 +08:00
parent 96da25abbd
commit 477394b744

View File

@@ -127,7 +127,7 @@ header {
.share-mastodon { .share-mastodon {
/* See: https://github.com/justinribeiro/share-to-mastodon#properties */ /* See: https://github.com/justinribeiro/share-to-mastodon#properties */
--wc-stm-font-family: v.$font-family-base; --wc-stm-font-family: #{v.$font-family-base};
--wc-stm-dialog-background-color: var(--card-bg); --wc-stm-dialog-background-color: var(--card-bg);
--wc-stm-form-button-border: 1px solid var(--btn-border-color); --wc-stm-form-button-border: 1px solid var(--btn-border-color);
--wc-stm-form-submit-background-color: var(--sidebar-btn-bg); --wc-stm-form-submit-background-color: var(--sidebar-btn-bg);