We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd45aac commit 7e29f79Copy full SHA for 7e29f79
docs/intro/vscode-extension.md
@@ -24,9 +24,7 @@ If you have VS Code on this computer click Install below. You can also find the
24
borderRadius: 100,
25
backgroundColor: 'var(--ifm-font-color-base)',
26
}}
27
- >
28
- Install
29
- </button>
+ >Install</button>
30
</a>
31
<a href="https://webnative.dev/introduction/getting-started/" target="_self">
32
<button
@@ -38,11 +36,9 @@ If you have VS Code on this computer click Install below. You can also find the
38
36
paddingLeft: 32,
39
37
paddingRight: 32,
40
41
- backgroundColor: 'var(--c-admonition-info-bg)',
+ backgroundColor: 'var(--admonition-info-c-bg)',
42
43
44
- Docs
45
+ >Docs</button>
46
47
48
## Additional Documentation
0 commit comments