Refactor the client to implement a channel navbar #76

Open
twig wants to merge 22 commits from navbar into main
Showing only changes of commit c9843bf4f2 - Show all commits

View file

@ -74,6 +74,12 @@ const props = defineProps<INavbar>();
.button {
color: var(--secondary-text-color);
transition: color 300ms;
right: 0;
}
.button:hover {
color: var(--primary-highlighted-color);
}
</style>