mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
13 lines
250 B
CSS
13 lines
250 B
CSS
|
/**
|
||
|
* @provides phabricator-fatal-config-template-css
|
||
|
*/
|
||
|
body {
|
||
|
overflow-y: scroll;
|
||
|
background: #f9f9f9;
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
font: 13px/1.231 'Helvetica Neue', Arial, sans-serif;
|
||
|
text-align: left;
|
||
|
-webkit-text-size-adjust: none;
|
||
|
}
|