We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b801c78 commit 4eeea10Copy full SHA for 4eeea10
extensions/ql-vscode/src/view/common/Link.tsx
@@ -3,12 +3,12 @@ import { styled } from "styled-components";
3
export const Link = styled.a`
4
background: transparent;
5
box-sizing: border-box;
6
- color: var(--link-foreground);
+ color: var(--vscode-textLink-foreground);
7
cursor: pointer;
8
fill: currentcolor;
9
- font-family: var(--font-family);
10
- font-size: var(--type-ramp-base-font-size);
11
- line-height: var(--type-ramp-base-line-height);
+ font-family: var(--vscode-font-family);
+ font-size: var(--vscode-font-size);
+ line-height: normal;
12
outline: none;
13
14
&:hover {
0 commit comments