mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
ff59f4f16b
Summary: This moves Markdown rendering from normal fonts to PHUIDocumentView with Source Sans improving readability of this longer form text. Test Plan: Test libphutil and Phabricator readmes in my sandbox. {F363483} Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D12330
14 lines
267 B
CSS
14 lines
267 B
CSS
/**
|
|
* @provides diffusion-readme-css
|
|
*/
|
|
|
|
.device .diffusion-readme-view {
|
|
margin: 16px 8px 0;
|
|
background-color: #fff;
|
|
border: 1px solid {$lightblueborder};
|
|
border-bottom: 1px solid {$blueborder};
|
|
}
|
|
|
|
.device-tablet .diffusion-readme-view {
|
|
margin: 16px;
|
|
}
|