Skip to content

Commit 2aa32d1

Browse files
committed
fix: default active threading color
1 parent b45887c commit 2aa32d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bullet_threading.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:root {
22
--ls-block-bullet-active-color: var(
33
--ls-block-bullet-threading-active-color-overwrite,
4-
--ls-link-text-color
4+
var(--ls-link-text-color)
55
);
66
--ls-block-bullet-threading-width: var(
77
--ls-block-bullet-threading-width-overwrite,

0 commit comments

Comments
 (0)