mirror of
https://git.suyu.dev/suyu/website.git
synced 2025-12-24 16:24:35 +01:00
chore (a11y): focus rings
This commit is contained in:
parent
0a8a14469b
commit
587ea06347
1 changed files with 5 additions and 0 deletions
|
|
@ -34,6 +34,11 @@ h3 {
|
|||
color: #000;
|
||||
}
|
||||
|
||||
:focus,
|
||||
:focus-visible {
|
||||
@apply outline-none ring-2 ring-sky-400;
|
||||
}
|
||||
|
||||
.cta-button {
|
||||
background: linear-gradient(0deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06)),
|
||||
radial-gradient(109.26% 109.26% at 49.83% 13.37%, #ffffff 0%, #babaca 100%);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue