mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2025-12-11 20:15:30 +01:00
16 lines
275 B
CSS
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;
|
|
}
|