Fix weird padding in full-size code blocks

This commit is contained in:
BBaoVanC 2021-10-10 17:51:50 -05:00
parent 1b59b258bc
commit 476519c022
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ pre {
overflow: auto;
}
pre, code {
:not(pre) > code, pre {
background-color: #282828;
padding: 2px 4px;
border-radius: 5px;