mirror of
https://github.com/Xevion/v2.xevion.dev.git
synced 2025-12-06 13:16:56 -06:00
Prevent wrapping on overflowing inline code blocks
+ Small change to code highlighting theme (preprocessing directives like parentheses?)
This commit is contained in:
@@ -123,6 +123,7 @@ code {
|
||||
border-radius: 3px;
|
||||
background-color: rgb(0, 0, 0);
|
||||
padding: 0.15em 0.34em;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
pre {
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user