mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Share view story title in themes.
This commit is contained in:
parent
6f27daacf0
commit
ff1fcc55c1
2 changed files with 3 additions and 1 deletions
|
@ -137,6 +137,8 @@
|
|||
|
||||
self.view.backgroundColor = UIColorFromRGB(NEWSBLUR_WHITE_COLOR);
|
||||
self.commentField.layer.borderColor = [UIColorFromRGB(0x808080) CGColor];
|
||||
self.storyTitle.textColor = UIColorFromRGB(0x404040);
|
||||
self.storyTitle.shadowColor = UIColorFromRGB(0xF0F0F0);
|
||||
|
||||
if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPhone) {
|
||||
self.storyTitle.text = [[appDelegate.activeStory objectForKey:@"story_title"]
|
||||
|
|
|
@ -92,7 +92,7 @@ body {
|
|||
background: rgba(0, 0, 0, .25) url("add_tag.png") no-repeat 6px 3px;
|
||||
background-size: 8px;
|
||||
color: #E5EBDB;
|
||||
text-shadow: 0 1px 0 rgba(245, 245, 192, .9);
|
||||
text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
|
||||
}
|
||||
|
||||
.NB-story-starred-date {
|
||||
|
|
Loading…
Add table
Reference in a new issue