Merge pull request #660 from manderson23/mark

Android: Fix background colour for blurblog share table in dark theme
This commit is contained in:
Daniel 2015-02-08 15:17:14 -08:00
commit ca5b6d7bf8

View file

@ -17,4 +17,8 @@ code {
pre, blockquote {
background-color: #4C4C4C;
}
.NB-story > table {
background-color: #4C4C4C !important;
}