Prevent wrapping on overflowing inline code blocks

+ Small change to code highlighting theme (preprocessing directives like parentheses?)
This commit is contained in:
Xevion
2022-04-04 20:04:18 -05:00
parent 14e355ea8a
commit dc73286b7c
2 changed files with 2 additions and 1 deletions

View File

@@ -123,6 +123,7 @@ code {
border-radius: 3px;
background-color: rgb(0, 0, 0);
padding: 0.15em 0.34em;
white-space: nowrap;
}
pre {

View File

@@ -8,7 +8,7 @@
.highlight .o { color: #f92672 } /* Operator */
.highlight .p { color: #f8f8f2 } /* Punctuation */
.highlight .cm { color: #75715e } /* Comment.Multiline */
.highlight .cp { color: #75715e } /* Comment.Preproc */
.highlight .cp { color: #858379 } /* Comment.Preproc */
.highlight .c1 { color: #75715e } /* Comment.Single */
.highlight .cs { color: #75715e } /* Comment.Special */
.highlight .ge { font-style: italic } /* Generic.Emph */