SIGN IN SIGN UP

Spacedrive is an open source cross-platform file explorer, powered by a virtual distributed filesystem written in Rust.

0 0 0 Rust
2025-11-14 21:31:21 -08:00
/* 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;
}