Skip to content

Commit c222e0c

Browse files
committed
fix: make changelog links lighter in dark mode
1 parent b353e65 commit c222e0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/styles/styles_dark.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@
9696
}
9797

9898
.dark main.changelog a {
99-
color: #333;
100-
border-bottom: 1px solid #333;
99+
color: #ccc;
100+
border-bottom: 1px solid #ccc;
101101
}
102102

103103
.dark main.changelog a:hover {

0 commit comments

Comments
 (0)