We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31bc3d8 commit 1dcb258Copy full SHA for 1dcb258
src/compatibility/blocksy/style.scss
@@ -0,0 +1,6 @@
1
+// Use Blocksy theme colors as fallback defaults for container color schemes.
2
+// These defaults apply when the default container color scheme is unset, but background or custom schemes exist.
3
+:where(.stk--is-blocksy-theme.stk--has-container-scheme) {
4
+ --stk-default-heading-color: var(--theme-heading-color, var(--theme-heading-2-color, var(--theme-headings-color)));
5
+ --stk-default-link-color: var(--theme-link-initial-color);
6
+}
0 commit comments