We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96da25a commit 477394bCopy full SHA for 477394b
1 file changed
_sass/pages/_post.scss
@@ -127,7 +127,7 @@ header {
127
128
.share-mastodon {
129
/* See: https://github.com/justinribeiro/share-to-mastodon#properties */
130
- --wc-stm-font-family: v.$font-family-base;
+ --wc-stm-font-family: #{v.$font-family-base};
131
--wc-stm-dialog-background-color: var(--card-bg);
132
--wc-stm-form-button-border: 1px solid var(--btn-border-color);
133
--wc-stm-form-submit-background-color: var(--sidebar-btn-bg);
0 commit comments