aboutsummaryrefslogtreecommitdiff
path: root/thunderbird/.thunderbird/chrome/userContent.css
blob: ebb3b2f6700082965a99928b3d15a2a3970162f8 (plain)
1
2
3
4
5
6
7
8
9
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;
}