Skip to content

Commit ff2fbb8

Browse files
authored
Make links in code tags distinguishable (#478)
1 parent 2e9d38f commit ff2fbb8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

assets/css/lesson.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,10 +183,14 @@ blockquote :not(h2) + p {
183183

184184
blockquote { font-size: inherit; }
185185

186+
a code {
187+
color: #006cad;
188+
}
189+
186190
code {
187191
white-space: nowrap;
188192
padding: 2px 5px;
189-
color: #006cad;
193+
color: #24292e;
190194
background-color: #e7e7e7;
191195
}
192196

0 commit comments

Comments
 (0)