mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Use darkbluetext in DocumentView
Summary: These should be consistent with ObjectBox headers. Test Plan: Review a Phriction document Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D11607
This commit is contained in:
parent
582e13fc38
commit
5264d0a85d
2 changed files with 3 additions and 3 deletions
|
@ -126,7 +126,7 @@ return array(
|
|||
'rsrc/css/phui/phui-box.css' => '7b3a2eed',
|
||||
'rsrc/css/phui/phui-button.css' => '008ba5e2',
|
||||
'rsrc/css/phui/phui-crumbs-view.css' => '646a8830',
|
||||
'rsrc/css/phui/phui-document.css' => 'bbeb1890',
|
||||
'rsrc/css/phui/phui-document.css' => 'a494bdf8',
|
||||
'rsrc/css/phui/phui-feed-story.css' => 'c9f3a0b5',
|
||||
'rsrc/css/phui/phui-fontkit.css' => '9ae12677',
|
||||
'rsrc/css/phui/phui-form-view.css' => 'aad06f2a',
|
||||
|
@ -773,7 +773,7 @@ return array(
|
|||
'phui-calendar-list-css' => 'c1d0ca59',
|
||||
'phui-calendar-month-css' => 'a92e47d2',
|
||||
'phui-crumbs-view-css' => '646a8830',
|
||||
'phui-document-view-css' => 'bbeb1890',
|
||||
'phui-document-view-css' => 'a494bdf8',
|
||||
'phui-feed-story-css' => 'c9f3a0b5',
|
||||
'phui-font-icon-base-css' => '3dad2ae3',
|
||||
'phui-fontkit-css' => '9ae12677',
|
||||
|
|
|
@ -86,7 +86,7 @@
|
|||
}
|
||||
|
||||
.phui-document-content .phui-header-view {
|
||||
color: {$bluetext};
|
||||
color: {$darkbluetext};
|
||||
text-shadow: 0 1px 2px #fff;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue