1
0
mirror of https://github.com/BBaoVanC/bobatheme.git synced 2025-01-12 05:14:31 -06:00
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

View File

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