From ff6992c4de5d1f637c2e7e0a092bbfa6b03ae1d1 Mon Sep 17 00:00:00 2001 From: Brian Davison Date: Fri, 6 Sep 2024 16:53:03 +0100 Subject: [PATCH] icon-prefix again --- _sass/custom/custom.scss | 4 ++++ tutorials/tools/vscode/vscode.md | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/_sass/custom/custom.scss b/_sass/custom/custom.scss index ec175a9..6a51b04 100644 --- a/_sass/custom/custom.scss +++ b/_sass/custom/custom.scss @@ -26,6 +26,10 @@ font-size: large; color: $grey-dk-100; } +.icon-prefix ~ .language-shell { + margin-left: 2rem; + margin-top: -3rem; +} // FIGURES diff --git a/tutorials/tools/vscode/vscode.md b/tutorials/tools/vscode/vscode.md index bad7080..16fe4e0 100644 --- a/tutorials/tools/vscode/vscode.md +++ b/tutorials/tools/vscode/vscode.md @@ -90,9 +90,10 @@ to executable or configuration files. You can see the environment variables you currently have set with the command: +[](https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/set_1){:target="_blank"} +
-[](https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/set_1){:target="_blank"} ``` shell set ```