mirror of
https://github.com/Xevion/grain.git
synced 2025-12-06 01:15:10 -06:00
Adjust button focus outline
This commit is contained in:
@@ -32,6 +32,12 @@ body {
|
||||
background-blend-mode: overlay;
|
||||
}
|
||||
|
||||
.focus-ring {
|
||||
@apply ring-1 ring-zinc-50/50 focus:ring-offset-fuchsia-600;
|
||||
.button {
|
||||
@apply border-zinc-50/70 border outline-none focus:outline-2 outline-offset-2 focus:outline-fuchsia-500;
|
||||
}
|
||||
|
||||
.semibold-children {
|
||||
& b {
|
||||
font-weight: 600;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user