Merge pull request #907 from manderson23/mark

Android: More dark theme improvements.
This commit is contained in:
Samuel Clay 2016-04-14 15:09:20 -07:00
commit ee23ea9003

View file

@ -21,6 +21,10 @@ blockquote *, pre *, code * {
background-color: #4C4C4C !important;
}
blockquote a, blockquote a span {
background-color: #4C4C4C !important;
}
.NB-story > table {
background-color: #4C4C4C !important;
}