mirror of
https://github.com/Xevion/grain.git
synced 2025-12-05 23:15:08 -06:00
Adjust button focus outline
This commit is contained in:
@@ -32,6 +32,12 @@ body {
|
|||||||
background-blend-mode: overlay;
|
background-blend-mode: overlay;
|
||||||
}
|
}
|
||||||
|
|
||||||
.focus-ring {
|
.button {
|
||||||
@apply ring-1 ring-zinc-50/50 focus:ring-offset-fuchsia-600;
|
@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