From 8587bcc07c2fa95a66e9180c548509a561660896 Mon Sep 17 00:00:00 2001 From: Lyssa Date: Fri, 30 Jan 2026 17:11:45 +0400 Subject: Attempt to make command look better --- docs/intro.md | 4 ++-- src/css/custom.css | 9 +++++++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/docs/intro.md b/docs/intro.md index 2a6c720..2b72fe1 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -23,11 +23,11 @@ import TabItem from '@theme/TabItem'; 1. Click the **Start Menu**, type `PowerShell`, and open it. 2. Copy and paste the code below and press **Enter.** - +
```powershell irm https://get.activated.win | iex ``` - +
3. In the menu that appears, type the number corresponding to one of the **Green** options. diff --git a/src/css/custom.css b/src/css/custom.css index df28168..2b80809 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -146,9 +146,14 @@ table { display: none; } +.launcher-command { + margin-left: 24px; + margin-right: 24px; +} + .launcher-command code[class*='codeBlockLines'] { - text-align: center; - font-size: 1.1em; + border: 1px solid #ddd; + border-left: 4px solid var(--ifm-color-primary-darker); } @media(max-width: 996px) { -- cgit v1.2.3