1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-10-24 17:48:51 +02:00
phorge-phorge/webroot/rsrc/css/application/config/config-template.css
Aviv Eyal d9919ddb06 Revert "Added cross-platform default fonts"
Summary:
Revert rPf8ffa393c4427f8b9026075e6dc490990a12df12 (D25021). This Commit caused more grief then fun.

Ref T15630

Test Plan: Site should still be readable on most platforms

Reviewers: O1 Blessed Committers, aklapper

Reviewed By: O1 Blessed Committers, aklapper

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Maniphest Tasks: T15630

Differential Revision: https://we.phorge.it/D25530
2024-02-04 23:14:59 +02:00

37 lines
694 B
CSS

/**
* @provides phabricator-fatal-config-template-css
*/
body {
overflow-y: scroll;
background: #f9f9f9;
margin: 0;
padding: 0;
font: 13px/1.231 'Segoe UI', 'Segoe UI Web Regular', 'Segoe UI Symbol',
'Helvetica Neue', Helvetica, Arial, sans-serif;
text-align: left;
-webkit-text-size-adjust: none;
}
body.in-flight {
background: #41506e;
color: #e0e0e0;
}
.in-flight-error-detail {
max-width: 760px;
margin: 72px auto;
background: rgba(255, 255, 255, 0.25);
border-radius: 3px;
padding: 8px 16px;
}
.in-flight-error-title {
padding: 12px 8px;
font-size: 24px;
font-weight: 500;
margin: 0;
}
.in-flight-error-body {
padding: 4px 12px 12px;
}