Visually separate inline code blocks
authorMaxim Belkin <maxim-belkin@users.noreply.github.com>
Wed, 14 Dec 2016 17:40:19 +0000 (11:40 -0600)
committerGitHub <noreply@github.com>
Wed, 14 Dec 2016 17:40:19 +0000 (11:40 -0600)
Change text color, background color and padding around inline code blocks

assets/css/lesson.scss

index 752d7c9602fc36e2a3ccc0a4ce5c43f35aa0aee8..e067c8bcbd7bdbff1844f9d1b17da9ad4248fe78 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 {