mirror of
https://github.com/Xevion/v2.xevion.dev.git
synced 2025-12-15 00:13:36 -06:00
Prevent wrapping on overflowing inline code blocks
+ Small change to code highlighting theme (preprocessing directives like parentheses?)
This commit is contained in:
@@ -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