mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
fef3e074d8
Summary: Moves lighter grey text to a common color. Test Plan: sandbox, review diff Reviewers: epriestley, btrahan, mutech.aka Reviewed By: mutech.aka CC: Korvin, aran Differential Revision: https://secure.phabricator.com/D6859
12 lines
226 B
CSS
12 lines
226 B
CSS
/**
|
|
* @provides maniphest-task-edit-css
|
|
*/
|
|
|
|
.maniphest-auxiliary-header {
|
|
font-weight: bold;
|
|
font-size: 14px;
|
|
color: #333333;
|
|
border-bottom: 1px solid {$lightgreytext};
|
|
padding: 12px 0 4px;
|
|
margin-bottom: 4px;
|
|
}
|