mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 12:52:42 +01:00
Major, increase background color in blockquote
Summary: Makes quotes easier to parse visually. Major change. Test Plan: Quote some text. {F282953} {F282954} Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D11678
This commit is contained in:
parent
32488687e7
commit
9b28724210
2 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
|||
*/
|
||||
return array(
|
||||
'names' => array(
|
||||
'core.pkg.css' => '8be366b7',
|
||||
'core.pkg.css' => 'f1eab25d',
|
||||
'core.pkg.js' => '65e04767',
|
||||
'darkconsole.pkg.js' => '8ab24e01',
|
||||
'differential.pkg.css' => '8af45893',
|
||||
|
@ -105,7 +105,7 @@ return array(
|
|||
'rsrc/css/application/tokens/tokens.css' => '3d0f239e',
|
||||
'rsrc/css/application/uiexample/example.css' => '528b19de',
|
||||
'rsrc/css/core/core.css' => 'd7f6ec35',
|
||||
'rsrc/css/core/remarkup.css' => '914f0a23',
|
||||
'rsrc/css/core/remarkup.css' => 'ef673047',
|
||||
'rsrc/css/core/syntax.css' => '56c1ba38',
|
||||
'rsrc/css/core/z-index.css' => '40eb7003',
|
||||
'rsrc/css/diviner/diviner-shared.css' => '38813222',
|
||||
|
@ -732,7 +732,7 @@ return array(
|
|||
'phabricator-phtize' => 'd254d646',
|
||||
'phabricator-prefab' => '72da38cc',
|
||||
'phabricator-profile-css' => 'b4896815',
|
||||
'phabricator-remarkup-css' => '914f0a23',
|
||||
'phabricator-remarkup-css' => 'ef673047',
|
||||
'phabricator-search-results-css' => 'f240504c',
|
||||
'phabricator-shaped-request' => '7cbe244b',
|
||||
'phabricator-side-menu-view-css' => '7e8c6341',
|
||||
|
|
|
@ -134,7 +134,7 @@
|
|||
font-style: italic;
|
||||
margin: 4px 0 12px 0;
|
||||
padding: 8px 12px;
|
||||
background-color: #F8F9FC;
|
||||
background-color: #F2F4F9;
|
||||
}
|
||||
|
||||
.phabricator-remarkup blockquote blockquote {
|
||||
|
|
Loading…
Reference in a new issue