Skip to content

Commit 57bd722

Browse files
committed
Fix styles broken and semantics
1 parent bcd6ce3 commit 57bd722

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

docs/intro/vscode-extension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ title: VS Code Extension
77
<meta name="description" content="Using the Ionic/Ionic-Framework VS Code Extension" />
88
</head>
99

10-
The [WebNative Visual Studio Code extension](https://marketplace.visualstudio.com/items?itemName=webnative.webnative) is a community-maintained plugin that helps you perform common Ionic Framework development tasks without needing to remember CLI commands.
10+
The [WebNative Visual Studio Code extension](https://marketplace.visualstudio.com/items?itemName=WebNative.webnative) is a community-maintained plugin that helps you perform common Ionic Framework development tasks without needing to remember CLI commands.
1111

1212
If you have VS Code on this computer click Install below. You can also find the extension by searching for "WebNative".
1313

src/styles/custom.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
'Segoe UI emoji';
3636
--ifm-font-family-monospace: 'SFMono-Regular', 'Roboto Mono', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
3737

38-
--ifm-menu-link-sublist-icon: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik08Ljk5OTg4IDVMNC45OTk4OCAxTDAuOTk5ODc4IDUiIHN0cm9rZT0iIzAzMDYwQiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K');
38+
--ifm-menu-link-sublist-icon: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik04Ljk5OTg4IDVMNC45OTk4OCAxTDAuOTk5ODc4IDUiIHN0cm9rZT0iIzAzMDYwQiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K');
3939

4040
//#region ----------- Z Indices ------------
4141
--z-sidebar: 2000;
@@ -61,6 +61,7 @@ html[data-theme='light'] {
6161

6262
--ifm-code-background: var(--c-indigo-10);
6363
--ifm-font-color-base: var(--c-carbon-90);
64+
--ifm-info-color-bg: var(--c-carbon-90);
6465
}
6566

6667
html[data-theme='dark'] {
@@ -82,6 +83,7 @@ html[data-theme='dark'] {
8283
--ifm-font-color-base: var(--c-carbon-10);
8384
--ifm-background-color: var(--token-primary-bg-c);
8485
--ifm-dropdown-background-color: var(--token-secondary-bg-c);
86+
--ifm-info-color-bg: var(--c-carbon-10);
8587

8688
--ifm-menu-link-sublist-icon-filter: invert(100%);
8789
}
@@ -227,7 +229,7 @@ iframe {
227229
}
228230

229231
.install-button {
230-
background-color: var(--ifm-font-color-base);
232+
background-color: var(--ifm-info-color-bg);
231233
border:2px solid var(--ifm-font-color-base);
232234
border-radius: 100px;
233235
color: var(--admonition-info-c-bg);

0 commit comments

Comments
 (0)