mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
30a17c2039
Summary: - Added support for highlighting to PhabricatorSourceCodeView - Added support for highlighting to embed pastes Test Plan: {F35975} Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Maniphest Tasks: T1770 Differential Revision: https://secure.phabricator.com/D5346
19 lines
254 B
CSS
19 lines
254 B
CSS
/**
|
|
* @provides paste-css
|
|
*/
|
|
|
|
.paste-embed {
|
|
padding: 5px;
|
|
background: #f7f7f7;
|
|
border: 1px solid #dbdbdb;
|
|
}
|
|
|
|
.paste-embed-head {
|
|
border-bottom: 1px solid #dbdbdb;
|
|
margin:2px;
|
|
}
|
|
|
|
.paste-embed-head a {
|
|
color: #282828;
|
|
font-weight: bold;
|
|
}
|