diff --git a/index.html b/index.html
index 0aafda7..22a4c9a 100644
--- a/index.html
+++ b/index.html
@@ -11,6 +11,7 @@
font-style: normal;
font-weight: normal;
src: url('./fonts/SpaceGrotesk-Regular.woff2') format('woff2');
+ font-display: swap;
}
@font-face {
@@ -18,6 +19,7 @@
font-style: normal;
font-weight: bold;
src: url('./fonts/SpaceGrotesk-Bold.woff2') format('woff2');
+ font-display: swap;
}
:root {
@@ -74,7 +76,7 @@
['t', { name: 'TickTick', url: 'https://ticktick.com/webapp/#q/today/tasks' }],
['u', { name: 'Duolingo', url: 'https://www.duolingo.com/learn' }],
['v', { name: 'Vercel', url: 'https://vercel.com/dashboard' }],
- ['x', { name: '𝕏', suggestions: ['x/dev', 'x/seerr', 'x/jellyfin', 'x/radarr', 'x/sonarr', 'x/prowlarr', 'x/bazarr', 'x/profilarr', 'x/nzbget', 'x/n8n', 'x/nginx', 'x/wg'], url: 'https://x.com/home' }],
+ ['x', { name: '𝕏', suggestions: ['x/dev', 'x/n8n', 'x/nginx', 'x/wg'], url: 'https://x.com/home' }],
['x/bazarr', { url: 'https://bazarr.xvyz.co' }],
['x/dev', { url: 'https://dev.xvyz.co' }],
['x/jellyfin', { url: 'https://jellyfin.xvyz.co' }],
@@ -151,7 +153,7 @@
@media (min-width: 60rem) {
.commands {
- grid-template-columns: repeat(11, 1fr);h
+ grid-template-columns: repeat(11, 1fr);
}
}
@@ -162,8 +164,8 @@
-
-
+
+
@@ -184,6 +186,7 @@
const clone = commandTemplate.content.cloneNode(true);
const command = clone.querySelector('.command');
command.href = url;
+ command.setAttribute('aria-label', name);
if (CONFIG.openLinksInNewTab) command.target = '_blank';
clone.querySelector('.key').innerText = key;
clone.querySelector('.name').innerText = name;
@@ -232,6 +235,16 @@
width: 100%;
}
+ .sr-only {
+ clip: rect(0 0 0 0);
+ clip-path: inset(50%);
+ height: 1px;
+ overflow: hidden;
+ position: absolute;
+ white-space: nowrap;
+ width: 1px;
+ }
+
.input {
color: var(--color-text);
font-size: 2rem;
@@ -300,9 +313,10 @@
}
}
-