mirror of
https://github.com/til-schneider/slim-wiki.git
synced 2025-08-02 06:40:24 +02:00
Fixed: Code block had white background when scrolling to the right
This commit is contained in:
@@ -54,10 +54,13 @@
|
|||||||
color: #888;
|
color: #888;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
code, pre {
|
||||||
|
background-color: #f8f8f8; // dark: #232323; prism default: #f5f2f0; #f8f8f8;
|
||||||
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
border: 1px solid #EAEAEA;
|
border: 1px solid #EAEAEA;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
background-color: #f8f8f8; // dark: #232323; prism default: #f5f2f0; #f8f8f8;
|
|
||||||
font: 14px Consolas, "Liberation Mono", Menlo, Courier, monospace;
|
font: 14px Consolas, "Liberation Mono", Menlo, Courier, monospace;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user