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 88e65df commit 0aca7f3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/css/ui/components/by-at.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@
}

.by-at .by-at_at {
/* Total hack, not sure why its 1px of..*/
/* Total hack, not sure why its 1px off..*/
padding-top: 1px;
}

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

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

0 comments on commit 0aca7f3

Please sign in to comment.