diff --git a/manage.css b/manage.css index c890e477..f60135d8 100644 --- a/manage.css +++ b/manage.css @@ -295,7 +295,15 @@ summary { } .update-problem .check-update svg { - fill: darkred; + fill: #ef6969; +} + +.newUI .entry.update-problem:hover .check-update svg { + fill: #fd4040; +} + +.newUI .entry.update-problem:hover .check-update svg:hover { + fill: red; } .updater-icons > :not(.check-update):after {