spacedrive/docs/custom.css
2025-11-14 21:31:21 -08:00

16 lines
275 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;
}