Skip to content

Commit 91b5e13

Browse files
committed
add css
1 parent 81d37a5 commit 91b5e13

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/css/vscode_webview.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ https://github.com/microsoft/vscode/blob/13369a2285cf8c1163eaa3b1a1073bc7edb7858
55
TODO: integrate correctly?
66
*/
77

8+
/* manually added since it seems to be necessary. why though? */
9+
a.link.pointer {
10+
cursor: pointer;
11+
}
12+
813
html {
914
scrollbar-color: var(--vscode-scrollbarSlider-background) var(--vscode-editor-background);
1015
}

0 commit comments

Comments
 (0)