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

Highlight strong tag in document headers

Summary: Fixes T12357. Adds some color to highlighted text in headers.

Test Plan: == Header with **strong** copy ==

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T12357

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

+10 -5
+5 -5
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => '6875302f', 11 11 'conpherence.pkg.js' => '6249a1cf', 12 - 'core.pkg.css' => '52a77c4d', 12 + 'core.pkg.css' => '4cdcf76d', 13 13 'core.pkg.js' => '1fa7c0c5', 14 14 'darkconsole.pkg.js' => 'e7393ebb', 15 15 'differential.pkg.css' => '90b30783', ··· 108 108 'rsrc/css/application/tokens/tokens.css' => '3d0f239e', 109 109 'rsrc/css/application/uiexample/example.css' => '528b19de', 110 110 'rsrc/css/core/core.css' => '9f4cb463', 111 - 'rsrc/css/core/remarkup.css' => '4a2de2bb', 111 + 'rsrc/css/core/remarkup.css' => '2d793c5b', 112 112 'rsrc/css/core/syntax.css' => '769d3498', 113 113 'rsrc/css/core/z-index.css' => '5e72c4e0', 114 114 'rsrc/css/diviner/diviner-shared.css' => '896f1d43', ··· 145 145 'rsrc/css/phui/phui-document-summary.css' => '9ca48bdf', 146 146 'rsrc/css/phui/phui-document.css' => 'c32e8dec', 147 147 'rsrc/css/phui/phui-feed-story.css' => '44a9c8e9', 148 - 'rsrc/css/phui/phui-fontkit.css' => '0b2da2d5', 148 + 'rsrc/css/phui/phui-fontkit.css' => 'b78a0059', 149 149 'rsrc/css/phui/phui-form-view.css' => 'adca31ce', 150 150 'rsrc/css/phui/phui-form.css' => '5815af7b', 151 151 'rsrc/css/phui/phui-head-thing.css' => 'fd311e5f', ··· 805 805 'phabricator-object-selector-css' => '85ee8ce6', 806 806 'phabricator-phtize' => 'd254d646', 807 807 'phabricator-prefab' => '8d40ae75', 808 - 'phabricator-remarkup-css' => '4a2de2bb', 808 + 'phabricator-remarkup-css' => '2d793c5b', 809 809 'phabricator-search-results-css' => '64ad079a', 810 810 'phabricator-shaped-request' => '7cbe244b', 811 811 'phabricator-slowvote-css' => 'a94b7230', ··· 857 857 'phui-document-view-pro-css' => 'f56738ed', 858 858 'phui-feed-story-css' => '44a9c8e9', 859 859 'phui-font-icon-base-css' => '870a7360', 860 - 'phui-fontkit-css' => '0b2da2d5', 860 + 'phui-fontkit-css' => 'b78a0059', 861 861 'phui-form-css' => '5815af7b', 862 862 'phui-form-view-css' => 'adca31ce', 863 863 'phui-head-thing-view-css' => 'fd311e5f',
+1
webroot/rsrc/css/core/remarkup.css
··· 272 272 273 273 .phabricator-remarkup .phriction-link-missing { 274 274 color: {$red}; 275 + text-decoration: underline; 275 276 } 276 277 277 278 .phabricator-remarkup .phriction-link-lock {
+4
webroot/rsrc/css/phui/phui-fontkit.css
··· 34 34 padding: 0 24px 8px 0; 35 35 margin: 32px 0 4px; 36 36 } 37 + 38 + .phui-document-view .phabricator-remarkup .remarkup-header strong { 39 + color: #586BE9; 40 + }