code style change
This commit is contained in:
@@ -687,3 +687,20 @@ button:active,
|
||||
#post-content-body span#references-section-start {
|
||||
display: none !important;
|
||||
}
|
||||
pre {
|
||||
background: #0d0d0d;
|
||||
color: #fff;
|
||||
font-family: "Source Code Pro", monospace;
|
||||
padding: 0.75rem 1rem;
|
||||
border-radius: 0.5rem;
|
||||
|
||||
code {
|
||||
color: inherit;
|
||||
padding: 0;
|
||||
background: none;
|
||||
font-size: 0.8rem;
|
||||
max-height: 60vh;
|
||||
overflow-y: auto;
|
||||
scrollbar-color: var(--color-text) transparent;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user