diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-21 07:55:36 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-21 07:55:36 +0100 |
| commit | 2dc08cf891210935bf2888c358fe971d06d92865 (patch) | |
| tree | 50b3583b49e609c6f2cf7d5ddadcade4090f67b4 /public/css/modules/link.css | |
| parent | 07e6b19eacd678ea981ded3646bf78a78f33ddfb (diff) | |
Better link focus styling
Diffstat (limited to 'public/css/modules/link.css')
| -rw-r--r-- | public/css/modules/link.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/css/modules/link.css b/public/css/modules/link.css index deb0f81..6bcc748 100644 --- a/public/css/modules/link.css +++ b/public/css/modules/link.css @@ -31,8 +31,9 @@ font-size 300ms; } -.link:focus { +.link:focus, .link:focus-visible { box-shadow: none; + outline: none; border-color: var(--special-text-color); } |
