Skip to content

Commit

Permalink
Remove color on hovered and focused link
Browse files Browse the repository at this point in the history
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
  • Loading branch information
JuliaKirschenheuter committed Jul 20, 2023
1 parent 5f1cce1 commit 937015e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions css/style.css
Expand Up @@ -148,13 +148,6 @@
opacity: .5;
}

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

.activitysubject strong.systemtag {
display: inline-block;
padding: 2px 5px;
Expand Down

0 comments on commit 937015e

Please sign in to comment.