mirror of
https://github.com/VSCodium/vscodium.github.io.git
synced 2025-12-11 05:45:48 -06:00
fix: some more a11y
This commit is contained in:
parent
ba22a62763
commit
1d01ef4102
@ -55,7 +55,7 @@ pre {
|
||||
.highlight { margin:20px 5%; }
|
||||
|
||||
/* ----- anchors ----- */
|
||||
nav > ul > li > a:focus { box-shadow: none; }
|
||||
nav > ul > li > a:focus, [aria-hidden="true"] > a { box-shadow: none; }
|
||||
a:focus { box-shadow: 0 0 0 3px {{ site.colors.purple }}cc; }
|
||||
|
||||
/* ----- base elements ----- */
|
||||
|
||||
@ -5,7 +5,7 @@ color: black
|
||||
---
|
||||
|
||||
<div class="link-button">
|
||||
<a href="https://github.com/VSCodium/vscodium/releases" style="color: white;text-decoration:none;">
|
||||
<a alt="latest release" href="https://github.com/VSCodium/vscodium/releases" style="color: white;text-decoration:none;">
|
||||
<b>Download latest release</b><br>
|
||||
<font size="-1">Available for Windows, Mac OS and Linux</font>
|
||||
</a>
|
||||
@ -37,7 +37,7 @@ If you use Windows and have [Chocolatey](https://chocolatey.org) installed (than
|
||||
choco install vscodium
|
||||
```
|
||||
|
||||
### <a id="install-with-scoop" href="#install-with-scoop"></a>Install with Scoop (Windows)
|
||||
### <a tabindex="-1" aria-hidden="true" id="install-with-scoop" href="#install-with-scoop"></a>Install with Scoop (Windows)
|
||||
If you use Windows and have [Scoop](https://scoop.sh/) installed:
|
||||
```bash
|
||||
scoop bucket add extras
|
||||
@ -144,7 +144,7 @@ Examples:
|
||||
yay -S vscodium-bin
|
||||
```
|
||||
|
||||
### <a id="flatpak" href="#flatpak"></a>Flatpak Option (Linux)
|
||||
### <a tabindex="-1" aria-hidden="true" id="flatpak" href="#flatpak"></a>Flatpak Option (Linux)
|
||||
VSCodium is (unofficially) available as a [Flatpak app](https://flathub.org/apps/details/com.vscodium.codium) and here's the [build repo](https://github.com/flathub/com.vscodium.codium). If your distribution has support for [flatpak](https://flathub.org), and you have enabled the [flathub repo](https://flatpak.org/setup/):
|
||||
```bash
|
||||
flatpak install flathub com.vscodium.codium
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user