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

Move back to black for remarkup, up line height

Summary: Moves default color back to black, increases line-height to clean new object borders

Test Plan: Review lots of remarkup in sb, this is same height as "document" CSS.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Differential Revision: https://secure.phabricator.com/D18249

+4 -5
+3 -3
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => 'e68cf1fa', 11 11 'conpherence.pkg.js' => 'b5b51108', 12 - 'core.pkg.css' => 'a1b6f35e', 12 + 'core.pkg.css' => 'f1c7630f', 13 13 'core.pkg.js' => '5d80e0db', 14 14 'darkconsole.pkg.js' => '1f9a31bc', 15 15 'differential.pkg.css' => '45951e9e', ··· 116 116 'rsrc/css/application/tokens/tokens.css' => '3d0f239e', 117 117 'rsrc/css/application/uiexample/example.css' => '528b19de', 118 118 'rsrc/css/core/core.css' => '1760853c', 119 - 'rsrc/css/core/remarkup.css' => '25dc9ace', 119 + 'rsrc/css/core/remarkup.css' => 'cad18339', 120 120 'rsrc/css/core/syntax.css' => 'cae95e89', 121 121 'rsrc/css/core/z-index.css' => '9d8f7c4b', 122 122 'rsrc/css/diviner/diviner-shared.css' => '896f1d43', ··· 798 798 'phabricator-object-selector-css' => '85ee8ce6', 799 799 'phabricator-phtize' => 'd254d646', 800 800 'phabricator-prefab' => 'c5af80a2', 801 - 'phabricator-remarkup-css' => '25dc9ace', 801 + 'phabricator-remarkup-css' => 'cad18339', 802 802 'phabricator-search-results-css' => '8f8e08ed', 803 803 'phabricator-shaped-request' => '7cbe244b', 804 804 'phabricator-slowvote-css' => 'a94b7230',
+1 -2
webroot/rsrc/css/core/remarkup.css
··· 3 3 */ 4 4 5 5 .phabricator-remarkup { 6 - line-height: 1.61em; 6 + line-height: 1.7em; 7 7 word-break: break-word; 8 - color: {$darkbluetext}; 9 8 } 10 9 11 10 .phabricator-remarkup p {