aboutsummaryrefslogtreecommitdiff
path: root/thunderbird
diff options
context:
space:
mode:
authorkballou <kballou@devnulllabs.io>2015-11-06 18:38:33 -0700
committerkballou <kballou@devnulllabs.io>2015-11-06 18:38:33 -0700
commit98348a2e3bb2de27126fc2bd55bbc6e10930a956 (patch)
treeccda3d174aadb7f57e47b4c9503e0b96f97887dd /thunderbird
parent138d50ec9178c342bcd8bdedae8b760de35366aa (diff)
downloaddotfiles-98348a2e3bb2de27126fc2bd55bbc6e10930a956.tar.gz
dotfiles-98348a2e3bb2de27126fc2bd55bbc6e10930a956.tar.xz
Add thudnerbird userContent.css
> I don't always use thunderbird, but when I do, ahhhhhh my eyes!
Diffstat (limited to 'thunderbird')
-rw-r--r--thunderbird/.thunderbird/chrome/userContent.css10
1 files changed, 10 insertions, 0 deletions
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;
+}