1
0
mirror of https://github.com/BBaoVanC/bobatheme.git synced 2025-06-18 03:47:28 -05:00
This commit is contained in:
2021-10-10 17:20:50 -05:00
parent fddb7ab0e4
commit 6ce4cdad32

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