diff --git a/components/Guild/GuildNavbar.vue b/components/Guild/GuildNavbar.vue index 127057f..c490d73 100644 --- a/components/Guild/GuildNavbar.vue +++ b/components/Guild/GuildNavbar.vue @@ -74,6 +74,12 @@ const props = defineProps(); .button { color: var(--secondary-text-color); + transition: color 300ms; + right: 0; } + +.button:hover { + color: var(--primary-highlighted-color); +} \ No newline at end of file