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

Improve contrast of Links in Dark Mode

Summary:
In Dark Mode, for links, use lighter color, to obtain higher contrast to dark background.

| Before | After |
|------------|-------------|
| {F5102768} | {F5102787} |

Explanation:

{F416016}

Ref T15056

Test Plan:
- Purge all Phorge caches with ./bin/cache purge --all
- Sign in
- Go to user's Settings > Display Preferences and select the Accessibility (user interface) "Dark Mode".
- Check Dashboard links
- Check People lists
- Check Maniphest lists
- Check Diffusion lists
- Check Feeds, etc.

Reviewers: O1 Blessed Committers, valerio.bozzolan

Reviewed By: O1 Blessed Committers, valerio.bozzolan

Subscribers: grembo, deric, 20after4, Iniquity, aklapper, tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Tags: #accessibility, #ux

Maniphest Tasks: T15056

Differential Revision: https://we.phorge.it/D25491

authored by

Tomas Barton and committed by
Valerio Bozzolan
32158162 6ac816f5

+1 -1
+1 -1
src/applications/celerity/postprocessor/CelerityDarkModePostprocessor.php
··· 27 27 'dropshadow' => '0 2px 12px rgba(0, 0, 0, .20)', 28 28 29 29 // Anchors 30 - 'anchor' => '#3498db', 30 + 'anchor' => '#46b2ff', 31 31 32 32 // Base Colors 33 33 'red' => '#c0392b',