Skip to content

Commit

Permalink
Fix contrast issues for icons and adjust link hover/focus
Browse files Browse the repository at this point in the history
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
  • Loading branch information
jancborchardt authored Jul 19, 2022
1 parent db532ba commit 3b92155
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -135,14 +135,16 @@
font-weight: bold;
}

.activity-section a:focus,
.activity-previews a:hover,
.activity-previews a:focus {
opacity: .5;
}

.activity-section a:hover {
opacity: .7;
.activity-section a:hover,
.activity-section a:focus,
.avatar-name-wrapper:hover,
.avatar-name-wrapper:focus {
color: var(--color-text-maxcontrast);
}

.activitysubject strong.systemtag {
Expand Down Expand Up @@ -179,7 +181,6 @@
vertical-align: top;
margin-top: 2px;
background-size: contain;
opacity: .5;
}

.activity-icon img {
Expand Down

0 comments on commit 3b92155

Please sign in to comment.