fix: some more a11y

This commit is contained in:
GeopJr 2021-01-16 06:31:00 +02:00
parent ba22a62763
commit 1d01ef4102
No known key found for this signature in database
GPG Key ID: FE5185F095BFC8C9
2 changed files with 4 additions and 4 deletions

View File

@ -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 ----- */

View File

@ -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