Spacedrive is an open source cross-platform file explorer, powered by a virtual distributed filesystem written in Rust.
|
|
/* 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;
|
||
|
|
}
|