web: fix DownloadButton tab focus glow

This commit is contained in:
wukko 2024-06-16 23:06:30 +06:00
parent 5ba3231a1e
commit ea830974b6
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -105,6 +105,10 @@
border-bottom-right-radius: var(--border-radius);
}
#download-button:focus-visible {
box-shadow: 0 0 0 1.5px var(--secondary) inset;
}
#download-state {
font-size: 24px;
font-family: "Noto Sans Mono Variable", "Noto Sans Mono", "IBM Plex Mono", monospace;