Selección global en rojo.
This commit is contained in:
@@ -34,6 +34,19 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
::selection {
|
||||||
|
background-color: var(--color-red-500);
|
||||||
|
color: white;
|
||||||
|
/* Asegura buen contraste */
|
||||||
|
}
|
||||||
|
|
||||||
|
::-moz-selection {
|
||||||
|
/* Para compatibilidad con Firefox */
|
||||||
|
background-color: var(--color-red-500);
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@plugin "tailwindcss-animate";
|
@plugin "tailwindcss-animate";
|
||||||
|
|
||||||
@custom-variant dark (&:is(.dark *));
|
@custom-variant dark (&:is(.dark *));
|
||||||
|
|||||||
Reference in New Issue
Block a user