mirror of
https://github.com/sergi0g/cup.git
synced 2025-11-16 09:03:46 -05:00
18 lines
425 B
CSS
18 lines
425 B
CSS
@import "tailwindcss";
|
|
|
|
@variant dark (&:where(.dark, .dark *));
|
|
|
|
.nextra-card .tabler-icon:hover {
|
|
color: rgb(17 24 39 / var(--tw-text-opacity));
|
|
}
|
|
.nextra-card .tabler-icon {
|
|
color: rgb(55 65 81 / var(--tw-text-opacity));
|
|
}
|
|
.nextra-card .tabler-icon:is(.dark *) {
|
|
color: rgb(229 229 229 / var(--tw-text-opacity));
|
|
}
|
|
|
|
.nextra-card .tabler-icon:is(.dark *):hover {
|
|
color: rgb(250 250 250 / var(--tw-text-opacity));
|
|
}
|