We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41933e7 commit 1f129a5Copy full SHA for 1f129a5
blog/css/blog.css
@@ -37,7 +37,7 @@
37
38
code
39
{font-family:monospace;background:whitesmoke}
40
- code:not(.inline), code:not([inline])
+ code:not(.inline, [inline]
41
{display:block;padding:10px;margin:20px 0;overflow:auto;white-space:pre}
42
code.inline, code[inline]
43
{display:inline;padding:5px 10px}
0 commit comments