Skip to content

Commit 48248d1

Browse files
authored
Merge pull request #117 from maxim-belkin/patch-2
Visually separate inline code blocks
2 parents 220eedc + ad4c372 commit 48248d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

assets/css/lesson.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ $codeblock-padding: 5px !default;
100100
//----------------------------------------
101101

102102
code {
103-
padding: 0 0;
104-
color: inherit;
105-
background-color: inherit;
103+
padding: 2px 5px;
104+
color: #3d90d9;
105+
background-color: #e7e7e7;
106106
}
107107

108108
img {

0 commit comments

Comments
 (0)