diff --git a/src/sql/workbench/parts/notebook/notebookStyles.ts b/src/sql/workbench/parts/notebook/notebookStyles.ts index 5088989a32..1c61b06a89 100644 --- a/src/sql/workbench/parts/notebook/notebookStyles.ts +++ b/src/sql/workbench/parts/notebook/notebookStyles.ts @@ -178,7 +178,7 @@ export function registerNotebookThemes(overrideEditorThemeSetting: boolean): IDi const linkForeground = theme.getColor(textLinkForeground); if (linkForeground) { collector.addRule(` - .notebookEditor a { + .notebookEditor .scrollable a { color: ${linkForeground}; } `);