mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
10 lines
144 B
CSS
10 lines
144 B
CSS
|
/**
|
||
|
* @provides maniphest-task-edit-css
|
||
|
*/
|
||
|
|
||
|
.maniphest-description-preview-header {
|
||
|
color: #666;
|
||
|
margin-bottom: 1em;
|
||
|
font-size: 11px;
|
||
|
}
|