From 4c437049b8e51762289ff8169751e37c902d4aa6 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Sun, 16 Aug 2015 17:48:19 -0700 Subject: [PATCH] Update style of remarkup tt Summary: Standardize color and spacing. Test Plan: `Wrote a test plan` {F720873} Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D13916 --- resources/celerity/map.php | 6 +++--- webroot/rsrc/css/core/remarkup.css | 7 ++++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/resources/celerity/map.php b/resources/celerity/map.php index cf7a8dfcb9..a9e6eb704e 100644 --- a/resources/celerity/map.php +++ b/resources/celerity/map.php @@ -7,7 +7,7 @@ */ return array( 'names' => array( - 'core.pkg.css' => '33799ec4', + 'core.pkg.css' => '12dcd407', 'core.pkg.js' => 'a590b451', 'darkconsole.pkg.js' => 'e7393ebb', 'differential.pkg.css' => '9451634c', @@ -104,7 +104,7 @@ return array( 'rsrc/css/application/tokens/tokens.css' => '3d0f239e', 'rsrc/css/application/uiexample/example.css' => '528b19de', 'rsrc/css/core/core.css' => 'a76cefc9', - 'rsrc/css/core/remarkup.css' => 'de13dcbe', + 'rsrc/css/core/remarkup.css' => '66f5facd', 'rsrc/css/core/syntax.css' => '9fd11da8', 'rsrc/css/core/z-index.css' => '57ddcaa2', 'rsrc/css/diviner/diviner-shared.css' => '5a337049', @@ -737,7 +737,7 @@ return array( 'phabricator-object-selector-css' => '85ee8ce6', 'phabricator-phtize' => 'd254d646', 'phabricator-prefab' => '6920d200', - 'phabricator-remarkup-css' => 'de13dcbe', + 'phabricator-remarkup-css' => '66f5facd', 'phabricator-search-results-css' => '7dea472c', 'phabricator-shaped-request' => '7cbe244b', 'phabricator-side-menu-view-css' => 'bec2458e', diff --git a/webroot/rsrc/css/core/remarkup.css b/webroot/rsrc/css/core/remarkup.css index 457242c9ee..5821b3f482 100644 --- a/webroot/rsrc/css/core/remarkup.css +++ b/webroot/rsrc/css/core/remarkup.css @@ -52,9 +52,10 @@ } .phabricator-remarkup tt.remarkup-monospaced { - color: #333333; - background: #ebebeb; - padding: 0 4px; + color: #000; + background: rgba(71,87,120,0.1); + padding: 2px 4px; + border-radius: 3px; white-space: pre-wrap; }