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