Skip to content

Commit

Permalink
Add ByAt hover colors
Browse files Browse the repository at this point in the history
  • Loading branch information
hojberg committed Aug 9, 2024
1 parent 0aca7f3 commit 1e36513
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/css/ui/components/by-at.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,15 @@
padding-top: 1px;
}

a.by-at, a.by-at:visited {
color: var(--u-color_text_subdued);
}

a.by-at:hover .profile-snippet {
--color_profile-snippet_text: var(--u-color_interactive);
--color_profile-snippet_text_subdued: var(--u-color_interactive);
}

a.by-at:hover .by-at_at {
a.by-at:hover {
color: var(--u-color_text_subdued);
}

0 comments on commit 1e36513

Please sign in to comment.