We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 012b3aa commit b208f1cCopy full SHA for b208f1c
style.css
@@ -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