mirror of
https://github.com/til-schneider/slim-wiki.git
synced 2025-01-17 04:38:24 +01:00
Fixed: Code block had white background when scrolling to the right
This commit is contained in:
parent
99493b2af0
commit
d18fb24e08
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user