Improve sidebar buttons

This commit is contained in:
2025-07-17 19:57:55 -07:00
parent aa37c5e2df
commit a554197aa9
4 changed files with 14 additions and 11 deletions

View File

@@ -13,9 +13,14 @@
}
.link {
@apply text-white p-2 rounded-lg no-underline cursor-pointer transition-colors duration-[0.25s];
@apply text-[#bdbdbd] p-2 rounded-lg no-underline cursor-pointer transition-colors duration-[0.25s];
}
.link.active, .link:hover {
.link.active {
@apply bg-[#313131];
}
}
.link.active,
.link:hover {
@apply text-white;
}

View File

@@ -66,4 +66,4 @@ const Sidebar = () => {
)
}
export default Sidebar
export default Sidebar