Update screen.css (#778)
This commit is contained in:
parent
08c1e38ae1
commit
18ceb822dd
1 changed files with 1 additions and 2 deletions
|
@ -976,8 +976,7 @@ is the very first element in the post content */
|
||||||
}
|
}
|
||||||
|
|
||||||
.gh-content pre {
|
.gh-content pre {
|
||||||
overflow-x: auto;
|
overflow: auto;
|
||||||
overflow: scroll;
|
|
||||||
padding: 16px 20px;
|
padding: 16px 20px;
|
||||||
border: 1px solid color-mod(var(--color-darkgrey) l(-20%));
|
border: 1px solid color-mod(var(--color-darkgrey) l(-20%));
|
||||||
color: var(--color-wash);
|
color: var(--color-wash);
|
||||||
|
|
Loading…
Reference in a new issue