diff --git a/userChrome.css b/userChrome.css index 5ed9757..043d981 100644 --- a/userChrome.css +++ b/userChrome.css @@ -416,6 +416,7 @@ /* File moved or missing */ #downloadsListBox .download-state:not([exists]) .downloadTarget { text-decoration: line-through; + text-decoration-color: color-mix(in srgb, currentColor 65%, transparent); } #downloadsListBox .download-state:not([exists]) .downloadTypeIcon { filter: grayscale(100%) !important;