changed the styling of the console
This commit is contained in:
parent
e3335b0818
commit
386ce2f23f
@ -12,8 +12,15 @@ html {
|
|||||||
backdrop-filter: blur(7px) !important;
|
backdrop-filter: blur(7px) !important;
|
||||||
}
|
}
|
||||||
pre code {
|
pre code {
|
||||||
background-color: #eee;
|
color: #fff;
|
||||||
|
background-color: #ccc;
|
||||||
border: 1px solid #999;
|
border: 1px solid #999;
|
||||||
display: block;
|
display: block;
|
||||||
padding: 20px;
|
padding: 5px;
|
||||||
|
overflow-x: auto;
|
||||||
|
white-space: pre-wrap;
|
||||||
|
white-space: -moz-pre-wrap;
|
||||||
|
white-space: -pre-wrap;
|
||||||
|
white-space: -o-pre-wrap;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user