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

Hr renders a little nicer on dark now

Summary: -

Test Plan: {F36336}

Reviewers: epriestley, chad

Reviewed By: epriestley

CC: aran, Korvin

Maniphest Tasks: T2744

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

authored by

Lauri-Henrik Jalonen and committed by
epriestley
09cb7c58 04869c6f

+4
+4
webroot/rsrc/css/core/remarkup.css
··· 340 340 div.phabricator-remarkup-dark table { 341 341 color: #000; 342 342 } 343 + 344 + div.phabricator-remarkup-dark hr { 345 + border-color: #555; 346 + }