Share view story title in themes.

This commit is contained in:
Samuel Clay 2016-02-27 14:09:03 -08:00
parent 6f27daacf0
commit ff1fcc55c1
2 changed files with 3 additions and 1 deletions

View file

@ -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"]

View file

@ -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 {