From 937015e0b6c25c313a1cba4f257b88ab5c795f35 Mon Sep 17 00:00:00 2001 From: "julia.kirschenheuter" Date: Wed, 19 Jul 2023 15:33:39 +0200 Subject: [PATCH] Remove color on hovered and focused link Signed-off-by: julia.kirschenheuter --- css/style.css | 7 ------- 1 file changed, 7 deletions(-) diff --git a/css/style.css b/css/style.css index 72c5fe2e0..b563a696e 100755 --- a/css/style.css +++ b/css/style.css @@ -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;