Skip to content

Commit 1dcb258

Browse files
committed
add compatibility for blocksy
1 parent 31bc3d8 commit 1dcb258

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)