1
0
mirror of https://github.com/BBaoVanC/bobatheme.git synced 2025-06-17 19:37:29 -05:00

Fix the latest commit

This commit is contained in:
2021-10-17 00:13:18 -05:00
parent 00c3cfd0e6
commit 29df0325f0

@ -132,6 +132,7 @@ hr {
/* Code blocks */ /* Code blocks */
.highlight > pre { .highlight > pre {
padding: 12px 8px; padding: 12px 8px;
overflow: auto;
} }
:not(pre) > code { :not(pre) > code {