This commit is contained in:
BBaoVanC 2021-10-10 17:20:50 -05:00
parent fddb7ab0e4
commit 6ce4cdad32
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
1 changed files with 7 additions and 1 deletions

View File

@ -131,10 +131,16 @@ hr {
border-color: #444;
}
code {
pre {
width: 100%;
overflow: auto;
}
pre, code {
background-color: #282828;
padding: 2px 4px;
border-radius: 5px;
overflow-wrap: break-word;
}
* {