mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-10-03 08:36:18 +00:00
Update globals.css
This commit is contained in:
@@ -89,7 +89,15 @@
|
|||||||
/* ===== Base (v3): ya sin @theme inline ni @custom-variant ===== */
|
/* ===== Base (v3): ya sin @theme inline ni @custom-variant ===== */
|
||||||
@layer base {
|
@layer base {
|
||||||
* {
|
* {
|
||||||
@apply border-border outline-ring/50;
|
@apply border-border;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Foco accesible y sutil en elementos interactivos */
|
||||||
|
:is(button,[role="button"],a,input,select,textarea,[tabindex]:not([tabindex="-1"])):focus {
|
||||||
|
@apply outline-none;
|
||||||
|
}
|
||||||
|
:is(button,[role="button"],a,input,select,textarea,[tabindex]:not([tabindex="-1"])):focus-visible {
|
||||||
|
@apply ring-2 ring-ring/50;
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
@apply bg-background text-foreground;
|
@apply bg-background text-foreground;
|
||||||
|
Reference in New Issue
Block a user