You can also access Browser guides by running
@@ -241,7 +241,7 @@ exports[`GuideDrawer renders list view without Remote Guides 1`] = `
class="sc-khQegj jfEAI"
/>
You can also access Browser guides by running
diff --git a/src/browser/styles/themes.ts b/src/browser/styles/themes.ts
index 93089864e82..a6504ba47c8 100644
--- a/src/browser/styles/themes.ts
+++ b/src/browser/styles/themes.ts
@@ -168,6 +168,7 @@ export const dark = {
headerText: '#f4f4f4',
primaryHeaderText: '#f4f4f4',
link: '#5CA6D9',
+ linkHover: '#1e70bf',
topicText: '#fff',
preText: '#fff',
asideText: 'rgb(255, 255, 255, 0.87)',