Skip to content

Commit ec17cbd

Browse files
committed
Indent images to show markdownlint they're part of the list
1 parent 7ba52de commit ec17cbd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

extensions/ql-vscode/src/stories/Overview.stories.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ select the **Dark+** theme. You can use **Preferences: Color Theme** in the *Com
4545
4. Select **Developer: Open WebView Developer Tools**
4646
5. Now, you will need to find the `<html>` element in the lowest-level `<iframe>`. See the image below:
4747

48-
<img src={iframeImage} />
48+
<img src={iframeImage} />
4949

5050
6. Once you have selected the `<html>` element as in the image above, click on **Show All Properties (... more)** (see image below). This will
5151
expand all CSS variables.
5252

53-
<img src={stylesImage} />
53+
<img src={stylesImage} />
5454

5555
7. Copy all variables to the `src/stories/vscode-theme-dark.css` file.
5656
8. Now, select the `<body>` element which is a direct child of the `<html>` element.

0 commit comments

Comments
 (0)