[geary/cherry-pick-1ec4f4a2] Merge branch 'fix-674' into 'mainline'



commit 4d854bef1eb45aa4ca5f19d411a7ca3193045077
Author: Michael Gratton <mike vee net>
Date:   Fri Mar 13 07:26:19 2020 +0000

    Merge branch 'fix-674' into 'mainline'
    
    composer: Remove font colors in plaintext mode
    
    Closes #674
    
    See merge request GNOME/geary!421
    
    (cherry picked from commit 1ec4f4a29d45b2fe1c5f4b0b8515357669be435f)
    
    ecf723c4 composer: Remove font colors in plaintext mode

 ui/composer-web-view.css | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/ui/composer-web-view.css b/ui/composer-web-view.css
index 21fde84e..3cecfb3b 100644
--- a/ui/composer-web-view.css
+++ b/ui/composer-web-view.css
@@ -17,6 +17,7 @@ body.plain, body.plain * {
   font-weight: normal;
   font-style: normal;
   font-size: medium !important;
+  color: black !important;
   text-decoration: none;
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]