mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
dc53d8a7f3
Summary: - Give preference to Segoe on Windows - Move to Lato headers except documents - Fix diviner issues - Fix feed overwriting line-height - Fix apps launcher - Fix infoview + listview - Make tall headers less tall - Legalpad, Diviner tweaks Test Plan: Random surfing. @epriestley can you just commit this for me, connection generally shitty. Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D13305
39 lines
1.1 KiB
CSS
39 lines
1.1 KiB
CSS
/**
|
|
* @provides phui-fontkit-css
|
|
*/
|
|
|
|
/* - Slabo ---------------------------------------------------------------------
|
|
|
|
Used as Primary Headers in Object Boxes, Headers in Documents
|
|
|
|
*/
|
|
|
|
.phui-document-view .phui-header-tall .phui-header-header,
|
|
.diviner-document-section .phui-header-header {
|
|
font-family: 'Slabo', {$fontfamily};
|
|
color: {$darkbluetext};
|
|
font-size: 22px;
|
|
}
|
|
|
|
.diviner-document-section .phui-header-header {
|
|
font-family: 'Slabo', {$fontfamily};
|
|
color: {$darkbluetext};
|
|
font-size: 20px;
|
|
}
|
|
|
|
.phui-document-view .phabricator-remarkup h1.remarkup-header,
|
|
.phui-document-view .phabricator-remarkup h2.remarkup-header,
|
|
.phui-document-view .phabricator-remarkup h3.remarkup-header,
|
|
.phui-document-view .phabricator-remarkup h4.remarkup-header,
|
|
.phui-document-view .phabricator-remarkup h5.remarkup-header,
|
|
.phui-document-view .phabricator-remarkup h6.remarkup-header {
|
|
font-family: 'Slabo', {$fontfamily};
|
|
color: #000;
|
|
}
|
|
|
|
.phui-document-view .phabricator-remarkup h2.remarkup-header {
|
|
padding: 24px 24px 8px 0;
|
|
border-bottom: 1px solid {$thinblueborder};
|
|
color: #000;
|
|
margin: 0 0 16px;
|
|
}
|