Merge pull request #117 from maxim-belkin/patch-2
authorRaniere Silva <raniere@rgaiacs.com>
Wed, 8 Feb 2017 17:41:00 +0000 (17:41 +0000)
committerGitHub <noreply@github.com>
Wed, 8 Feb 2017 17:41:00 +0000 (17:41 +0000)
Visually separate inline code blocks

assets/css/lesson.scss

index bcc010d0c1b0a11ce4c6ddfe5c5b273b16c228c7..0c5f86e1fa7c8729ee91f55e362402039d65ba55 100644 (file)
@@ -100,9 +100,9 @@ $codeblock-padding: 5px !default;
 //----------------------------------------
 
 code {
-  padding: 0 0;
-  color: inherit;
-  background-color: inherit;
+  padding: 2px 5px;
+  color: #3d90d9;
+  background-color: #e7e7e7;
 }
 
 img {