1
0
mirror of https://github.com/BBaoVanC/bobatheme.git synced 2025-04-07 18:44:01 -05: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

@ -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;
}
* {