mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-20 04:20:55 +01:00
Consilidate blue links in source-sans documents
Summary: We had two different blues for links here, cleaning that up. Test Plan: Read a few Diviner documents Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D11818
This commit is contained in:
parent
e2fcc3c187
commit
f59a382189
2 changed files with 3 additions and 2 deletions
|
@ -129,7 +129,7 @@ return array(
|
|||
'rsrc/css/phui/phui-document.css' => '8240b0b1',
|
||||
'rsrc/css/phui/phui-error-view.css' => 'ad042fdd',
|
||||
'rsrc/css/phui/phui-feed-story.css' => 'c9f3a0b5',
|
||||
'rsrc/css/phui/phui-fontkit.css' => '9ae12677',
|
||||
'rsrc/css/phui/phui-fontkit.css' => '9b345998',
|
||||
'rsrc/css/phui/phui-form-view.css' => '8b78a986',
|
||||
'rsrc/css/phui/phui-form.css' => '9aecbda1',
|
||||
'rsrc/css/phui/phui-header-view.css' => '083669db',
|
||||
|
@ -783,7 +783,7 @@ return array(
|
|||
'phui-error-view-css' => 'ad042fdd',
|
||||
'phui-feed-story-css' => 'c9f3a0b5',
|
||||
'phui-font-icon-base-css' => '3dad2ae3',
|
||||
'phui-fontkit-css' => '9ae12677',
|
||||
'phui-fontkit-css' => '9b345998',
|
||||
'phui-form-css' => '9aecbda1',
|
||||
'phui-form-view-css' => '8b78a986',
|
||||
'phui-header-view-css' => '083669db',
|
||||
|
|
|
@ -59,6 +59,7 @@
|
|||
font-family: 'Helvetica Neue', Arial, sans-serif;
|
||||
}
|
||||
|
||||
.phui-font-source-sans a.atom-ref,
|
||||
.phui-font-source-sans a.remarkup-link {
|
||||
color: {$blue};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue