mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
Merge pull request #660 from manderson23/mark
Android: Fix background colour for blurblog share table in dark theme
This commit is contained in:
commit
ca5b6d7bf8
1 changed files with 4 additions and 0 deletions
|
@ -18,3 +18,7 @@ code {
|
|||
pre, blockquote {
|
||||
background-color: #4C4C4C;
|
||||
}
|
||||
|
||||
.NB-story > table {
|
||||
background-color: #4C4C4C !important;
|
||||
}
|
Loading…
Add table
Reference in a new issue