Skip to content

Commit 21b87b1

Browse files
committed
code example link icons dark mode support
1 parent b4cf3c9 commit 21b87b1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/components/CodeExampleList.module.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,20 +89,23 @@
8989
height: var(--baseline-1of2);
9090
width: var(--baseline-1of2);
9191
& path {
92-
fill: var(--gray-dark);
92+
fill: var(--text-color);
9393
}
9494
}
9595

9696
.node {
9797
height: var(--baseline-1of2);
9898
width: var(--baseline-1of2);
99+
& path {
100+
fill: var(--text-color);
101+
}
99102
}
100103

101104
.processing {
102105
height: var(--baseline-1of3);
103106
width: var(--baseline-1of3);
104107
& path {
105-
stroke: var(--gray-dark);
108+
stroke: var(--text-color);
106109
}
107110
}
108111

0 commit comments

Comments
 (0)