aboutsummaryrefslogtreecommitdiff
path: root/thunderbird
diff options
context:
space:
mode:
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;
+}