@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+3 -2
+2 -2
resources/celerity/map.php
··· 129 129 'rsrc/css/phui/phui-document.css' => '8240b0b1', 130 130 'rsrc/css/phui/phui-error-view.css' => 'ad042fdd', 131 131 'rsrc/css/phui/phui-feed-story.css' => 'c9f3a0b5', 132 - 'rsrc/css/phui/phui-fontkit.css' => '9ae12677', 132 + 'rsrc/css/phui/phui-fontkit.css' => '9b345998', 133 133 'rsrc/css/phui/phui-form-view.css' => '8b78a986', 134 134 'rsrc/css/phui/phui-form.css' => '9aecbda1', 135 135 'rsrc/css/phui/phui-header-view.css' => '083669db', ··· 783 783 'phui-error-view-css' => 'ad042fdd', 784 784 'phui-feed-story-css' => 'c9f3a0b5', 785 785 'phui-font-icon-base-css' => '3dad2ae3', 786 - 'phui-fontkit-css' => '9ae12677', 786 + 'phui-fontkit-css' => '9b345998', 787 787 'phui-form-css' => '9aecbda1', 788 788 'phui-form-view-css' => '8b78a986', 789 789 'phui-header-view-css' => '083669db',
+1
webroot/rsrc/css/phui/phui-fontkit.css
··· 59 59 font-family: 'Helvetica Neue', Arial, sans-serif; 60 60 } 61 61 62 + .phui-font-source-sans a.atom-ref, 62 63 .phui-font-source-sans a.remarkup-link { 63 64 color: {$blue}; 64 65 }