From 98348a2e3bb2de27126fc2bd55bbc6e10930a956 Mon Sep 17 00:00:00 2001 From: kballou Date: Fri, 6 Nov 2015 18:38:33 -0700 Subject: Add thudnerbird userContent.css > I don't always use thunderbird, but when I do, ahhhhhh my eyes! --- thunderbird/.thunderbird/chrome/userContent.css | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 thunderbird/.thunderbird/chrome/userContent.css (limited to 'thunderbird') diff --git a/thunderbird/.thunderbird/chrome/userContent.css b/thunderbird/.thunderbird/chrome/userContent.css new file mode 100644 index 00000000..ebb3b2f6 --- /dev/null +++ b/thunderbird/.thunderbird/chrome/userContent.css @@ -0,0 +1,10 @@ +span[_moz_quote=true] { + color: pink !important; +} +a:link, a:link:active { + color: #70A7A9 !important; +} + +a:link:visited, a:link:visited:active { + color: #A770A9 !important; +} -- cgit v1.2.1