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

Provide clearer syntax highlighting for phame posts. Including background colour, overflow scrolling and border. Also support for tt tag differentiation

Summary: Clode blocks are now much clearer in blog posts with the usage of a bg color, border and scrolling for overflowing content

Test Plan: Create a phame post with a code block and see the visual difference

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin, chad

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

authored by

Cam Spiers and committed by
epriestley
66450698 97de022a

+13
+13
externals/skins/oblivious/css/oblivious.css
··· 69 69 margin: 0 0 1em; 70 70 } 71 71 72 + .phame-post tt { 73 + color: #333333; 74 + background: #ebebeb; 75 + padding: 0 .25em; 76 + white-space: pre-wrap; 77 + } 78 + 79 + .phame-post .remarkup-code-block pre { 80 + overflow: auto; 81 + padding: 10px 10px; 82 + border: 1px solid #dfdfdf; 83 + background-color: #f8f8f8; 84 + } 72 85 73 86 .fb-comments, 74 87 .fb-comments span,