1
0
mirror of https://github.com/BBaoVanC/bobatheme.git synced 2025-05-13 15:22:58 -05:00

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

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