Page MenuHomePhabricator

Fix codeblock styling
ClosedPublic

Authored by jasonbcox on Aug 14 2020, 21:39.

Details

Reviewers
deadalnix
Group Reviewers
Restricted Project
Commits
rABCWEB6c5993e13603: Fix codeblock styling
Summary

Current codeblock style has the following flaws:

  • Distractly dark and bold line on the left side.
  • Incorrectly aligned background coloring.

This patch fixes that as well as makes tweaks to padding and coloring
to be more pleasing to the eye.

This has the largest impact on large code blocks introduced by D7187

Depends on D7194 so that small devices do not see a strange line break
for some code blocks.

Test Plan

make serve
Navigate to various pages with code blocks and verify they look good.

Diff Detail

Repository
rABCWEB Bitcoin ABC Website
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Aug 14 2020, 22:29
This revision was automatically updated to reflect the committed changes.