Skip to content

Commit c0d29f2

Browse files
authored
fix: update link color in dark mode (#37)
1 parent 90e78e2 commit c0d29f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tool-stack/index.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
rgba(255, 255, 255, 0),
5555
rgba(255, 255, 255, 0.03)
5656
);
57-
--rs-tools-stack-url-color: #f93920;
57+
--rs-tools-stack-url-color: #ff704d;
5858
}
5959
}
6060

0 commit comments

Comments
 (0)