diff --git a/src/presentation/assets/styles/base/_index.scss b/src/presentation/assets/styles/base/_index.scss
index 081a99b63..66f599fcf 100644
--- a/src/presentation/assets/styles/base/_index.scss
+++ b/src/presentation/assets/styles/base/_index.scss
@@ -53,3 +53,18 @@ sup {
vertical-align: super;
font-size: $font-size-relative-smallest;
}
+
+kbd {
+ font-family: unset; // Reset the default browser styles
+ background-color: $color-primary-dark;
+ border: 1px solid $color-primary-darker;
+ border-radius: 0.2em;
+ box-shadow: inset 0 1px 0 0 $color-primary-dark, inset 0 -2px 0 0 $color-primary-darker;
+ display: inline-block;
+ font-family: $font-family-monospace;
+ font-size: $font-size-relative-smallest;
+ padding: $spacing-relative-x-small $spacing-relative-x-small;
+ text-align: center;
+ user-select: none;
+ white-space: nowrap;
+}
diff --git a/src/presentation/components/Code/CodeButtons/Save/BrowserRunInstructions/Steps/Platforms/LinuxInstructions.vue b/src/presentation/components/Code/CodeButtons/Save/BrowserRunInstructions/Steps/Platforms/LinuxInstructions.vue
index 8523a2ad9..bdd0efb55 100644
--- a/src/presentation/components/Code/CodeButtons/Save/BrowserRunInstructions/Steps/Platforms/LinuxInstructions.vue
+++ b/src/presentation/components/Code/CodeButtons/Save/BrowserRunInstructions/Steps/Platforms/LinuxInstructions.vue
@@ -16,29 +16,29 @@
Open terminal.
- Opening terminal changes based on the distro you run.
+ Opening terminal changes based on the distribution you run.
You may search for "Terminal" in your application launcher to find it.
- Alternatively use terminal shortcut for your distro if it has one by default:
-
-
+ Alternatively use terminal shortcut for your distribution if it has one by default:
Ctrl-Alt-T
:
- Ubuntu, CentOS, Linux Mint, Elementary OS, ubermix, Kali…
- Super-T
: Pop!_OS…
- Alt-T
: Parrot OS…
- Ctrl-Alt-Insert
: Bodhi Linux…
-
- Press on enter/return
key after running the command.
+ Press on Enter or Return key after running the command.
- If the file is not downloaded on Downloads folder,
- change Downloads
to path where the file is downloaded.
+ If you didn't save the file in your Downloads folder:
Downloads
with the correct folder path.This command means: -
cd
will change the current folder.~
is the user home directory.cd
will change the current folder.~
is the user home directory.
- Press on enter/return
key after running the command.
+ Press on Enter or Return key after running the command.
It will make the file executable.
- If you use desktop environment you can alternatively (instead of running the command): -
- These GUI steps and name of options may change depending on your file manager.' + These GUI steps and name of options may change depending on your file manager.
@@ -110,7 +115,8 @@
- Press on enter/return
key after typing your password.
+ Press the Enter or Return key after typing your password.
- Administrator privileges are required to configure OS. + Administrator privileges are required for configurations.
There are two easy ways to open the default terminal on your Mac:
+
- Press on enter/return
key after running the command.
+ Press on Enter or Return key after running the command.
- If the file is not downloaded on Downloads folder,
- change Downloads
to path where the file is downloaded.
+ If you didn't save the file in your Downloads folder:
Downloads
with the correct folder path.This command means: -
cd
will change the current folder.~
is the user home directory.cd
will change the current folder.~
is the user home directory.
- Press on enter/return
key after running the command.
+ Press on Enter or Return key after running the command.
It will make the file executable. @@ -83,10 +105,10 @@ still registered, so keep typing.
- Press on enter/return
key after typing your password.
+ Press the Enter or Return key after typing your password.
- Administrator privileges are required to configure OS. + Administrator privileges are required for configurations.
- Windows SmartScreen might display a cautionary message. + Defender SmartScreen may display a cautionary message.
This happens since privacy.sexy scripts are not recognized by Microsoft's certification process.
-