Ver Fonte

Fix key change advisory style in dark theme

Override the light font color which is the default in dark mode.
For regular android theme this should cause no change.
lilia há 7 anos atrás
pai
commit
030c5a403f
2 ficheiros alterados com 2 adições e 0 exclusões
  1. 1 0
      stylesheets/_conversation.scss
  2. 1 0
      stylesheets/manifest.css

+ 1 - 0
stylesheets/_conversation.scss

@@ -628,6 +628,7 @@ li.entry .error-icon-container {
     display: inline-block;
     padding: 5px 10px;
     background: #fff5c4;
+    color: $grey_d;
     border-radius: $border-radius;
   }
 }

+ 1 - 0
stylesheets/manifest.css

@@ -1408,6 +1408,7 @@ li.entry .error-icon-container {
     display: inline-block;
     padding: 5px 10px;
     background: #fff5c4;
+    color: #454545;
     border-radius: 5px; }
 
 .ios #header {