Repository: cordova-docs
Updated Branches:
  refs/heads/master 3048757cc -> 1f35df99b


Improving inline quotes styling. This closes #568


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/1f35df99
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/1f35df99
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/1f35df99

Branch: refs/heads/master
Commit: 1f35df99b7cf77aa5889c2ecb9a3c3ab71542ee6
Parents: 3048757
Author: Raghav Katyal <rakat...@microsoft.com>
Authored: Fri Mar 25 15:10:48 2016 -0700
Committer: Raghav Katyal <rakat...@microsoft.com>
Committed: Fri Mar 25 16:42:40 2016 -0700

----------------------------------------------------------------------
 www/static/css-src/main.scss | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/1f35df99/www/static/css-src/main.scss
----------------------------------------------------------------------
diff --git a/www/static/css-src/main.scss b/www/static/css-src/main.scss
index 01c5835..94f502e 100644
--- a/www/static/css-src/main.scss
+++ b/www/static/css-src/main.scss
@@ -184,6 +184,12 @@ code.prettyprint {
     border: none !important;
 }
 
+/* improving inline quotes styling */
+code {
+    background-color: #c9dddf;
+    color: #000000;
+}
+
 @import 'home';
 @import 'blog';
 @import 'plugins';


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to