Skip to content

Commit b208f1c

Browse files
fix inline code styling (#93)
1 parent 012b3aa commit b208f1c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

style.css

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/* default code padding is 2px 8px, which is too wide */
2+
code {
3+
padding: 2px 4px !important;
4+
}
5+
6+
/* anchors around code blocks don't need additional decoration */
7+
a code {
8+
text-decoration: none !important;
9+
}

0 commit comments

Comments
 (0)