Skip to content

Commit

Permalink
use vs code theme colors for link text
Browse files Browse the repository at this point in the history
  • Loading branch information
mattseddon committed May 17, 2022
1 parent 4ad78ca commit 7510358
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions webview/src/shared/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,15 @@ body {
button {
font-family: inherit;
}

a {
color: var(--vscode-textLink-foreground);

&:hover {
color: var(--vscode-textLink-activeForeground);
}

&:active {
color: var(--vscode-textLink-activeForeground);
}
}

0 comments on commit 7510358

Please sign in to comment.