Skip to content

Commit 0d5380c

Browse files
committed
[ fix #252 ] Fix link contrast in light-mode
1 parent e9baf77 commit 0d5380c

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

style/style.less

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -334,22 +334,12 @@
334334
content: " ";
335335
white-space: pre;
336336
}
337-
338-
&.component-hole,
339-
&.component-location {
340-
color: @hole;
341-
}
342337
}
343338

344339
.component-link:hover {
345340
color: @link-hover;
346341
cursor: pointer;
347342
text-decoration: underline;
348-
349-
&.component-hole,
350-
&.component-location {
351-
color: @hole-hover;
352-
}
353343
}
354344

355345

style/variables.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
@inputPlaceholder : var(--vscode-input-placeholderForeground);
2626
@input-background : var(--vscode-input-background);
2727

28-
@link : var(--vscode-button-foreground);
29-
@link-hover: var(--vscode-button-foreground);
28+
@link : var(--vscode-textLink-foreground);
29+
@link-hover: var(--vscode-textLink-activeForeground);
3030

3131
@hole: var(--vscode-textLink-foreground);
3232
@hole-hover: var(--vscode-textLink-activeForeground);

0 commit comments

Comments
 (0)