Merge branch 'wip/573-white-on-white-webkitgtk' into 'mainline'

Specify default HTML colours for composer & conversation viewer

Closes #573

See merge request GNOME/geary!309
This commit is contained in:
Michael Gratton 2019-09-28 13:14:24 +00:00
commit 52c3c42e23
2 changed files with 6 additions and 3 deletions

View file

@ -7,7 +7,8 @@ body {
margin: 0 !important;
border: 0 !important;
padding: 0 !important;
background-color: #f9f9f9 !important;
color: black;
background-color: #f9f9f9;
font-size: medium !important;
}
@ -16,7 +17,6 @@ body.plain, body.plain * {
font-weight: normal;
font-style: normal;
font-size: medium !important;
color: black;
text-decoration: none;
}
@ -43,7 +43,7 @@ body > div#geary-quote {
}
body > div.geary-focus {
background-color: white !important;
background-color: white;
}
body > div#geary-signature.geary-focus,

View file

@ -11,6 +11,9 @@
}
html {
color: black;
background-color: white;
/* Trigger CSS 2.1 § 10.6.7 to get a shrink-wrapped height. */
position: absolute !important;
top: 0 !important;