From 510152942c9be888594481a2dcf57b506e123a7c Mon Sep 17 00:00:00 2001 From: He4eT Date: Wed, 19 Nov 2025 02:46:32 +0100 Subject: [PATCH] thunderbird: blue links no more --- thunderbird/userContent.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 thunderbird/userContent.css diff --git a/thunderbird/userContent.css b/thunderbird/userContent.css new file mode 100644 index 0000000..b662999 --- /dev/null +++ b/thunderbird/userContent.css @@ -0,0 +1,3 @@ +.moz-text-html a { + color: inherit !important; +}