mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +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
7 lines
122 B
CSS
7 lines
122 B
CSS
/**
|
|
* @provides phabricator-content-source-view-css
|
|
*/
|
|
|
|
.phabricator-content-source-view {
|
|
color: {$lightgreytext};
|
|
}
|