We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ba52de commit ec17cbdCopy full SHA for ec17cbd
1 file changed
extensions/ql-vscode/src/stories/Overview.stories.mdx
@@ -45,12 +45,12 @@ select the **Dark+** theme. You can use **Preferences: Color Theme** in the *Com
45
4. Select **Developer: Open WebView Developer Tools**
46
5. Now, you will need to find the `<html>` element in the lowest-level `<iframe>`. See the image below:
47
48
-<img src={iframeImage} />
+ <img src={iframeImage} />
49
50
6. Once you have selected the `<html>` element as in the image above, click on **Show All Properties (... more)** (see image below). This will
51
expand all CSS variables.
52
53
-<img src={stylesImage} />
+ <img src={stylesImage} />
54
55
7. Copy all variables to the `src/stories/vscode-theme-dark.css` file.
56
8. Now, select the `<body>` element which is a direct child of the `<html>` element.
0 commit comments