Commit ad4c372d authored by Maxim Belkin's avatar Maxim Belkin Committed by GitHub
Browse files

Visually separate inline code blocks

Change text color, background color and padding around inline code blocks
parent 4030b747
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 {