Files
spacedrive/docs/custom.css
Jamie Pine 14dbd8da61 lint
2026-01-07 21:58:17 -08:00

16 lines
279 B
CSS

/* Anchor hover styles */
.nav-anchor:hover {
@apply text-[#36a3ff];
}
/* Icon wrapper on hover */
.nav-anchor:hover div {
background: #36a3ff !important;
filter: brightness(1) !important;
}
/* Icon SVG on hover */
.nav-anchor:hover svg {
@apply bg-white !important;
}