mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
5e16e46039
Summary: Fixes T11865. Part of a 'clean up remarkup' pass, removing Aleo helps simplify coding, is lighter on the wire, and gives a more consistent, clean look. Test Plan: run celerity, grep for 'aleo' and 'Aleo', test Phriction, tasks Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Maniphest Tasks: T11865 Differential Revision: https://secure.phabricator.com/D17535
20 lines
392 B
CSS
20 lines
392 B
CSS
/**
|
|
* @provides phui-fontkit-css
|
|
*/
|
|
|
|
.diviner-document-section .phui-header-header {
|
|
color: #000;
|
|
}
|
|
|
|
.phui-document-view .phabricator-remarkup .remarkup-header {
|
|
margin-bottom: 8px;
|
|
}
|
|
|
|
.phui-document-view .phabricator-remarkup h2.remarkup-header {
|
|
padding: 0 24px 8px 0;
|
|
margin: 32px 0 4px;
|
|
}
|
|
|
|
.phui-document-view .phabricator-remarkup .remarkup-header strong {
|
|
color: #586BE9;
|
|
}
|