Skip to content

Commit

Permalink
Fix :visited:hover color for auth widget links
Browse files Browse the repository at this point in the history
  • Loading branch information
chukarave committed Jan 22, 2024
1 parent e5d930e commit 07a2baa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions resources/js/Components/AuthWidget.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ defineProps<{ user: User | null}>();
white-space: nowrap;
&:visited {
color: $color-progressive;
&:hover {
color: $color-progressive--hover;
}
}
}
}
Expand Down

0 comments on commit 07a2baa

Please sign in to comment.