mirror of
https://github.com/86Box/86box.github.io.git
synced 2026-02-25 04:45:34 -07:00
Add highlighting and fix font size on code blocks
This commit is contained in:
@@ -278,15 +278,17 @@ div.scroll > table > thead > tr > th {
|
||||
div.td2nowrap > table > tbody > tr > td:nth-child(2) {
|
||||
white-space: nowrap;
|
||||
}
|
||||
code, div.highlight {
|
||||
code {
|
||||
font-size: 0.95em;
|
||||
}
|
||||
:not(pre.highlight) > code, div.highlight {
|
||||
background: #404040;
|
||||
}
|
||||
code {
|
||||
border-radius: 4px;
|
||||
padding: 0 4px;
|
||||
}
|
||||
div:has(div.highlight) {
|
||||
div.highlighter-rouge {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
div.highlight {
|
||||
|
||||
Reference in New Issue
Block a user