mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-06-12 17:57:28 -05:00
Use with in head.html and add code block section to CSS
This commit is contained in:
@ -118,6 +118,13 @@ hr {
|
||||
border-color: #444;
|
||||
}
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Code blocks */
|
||||
pre {
|
||||
width: 100%;
|
||||
overflow: auto;
|
||||
@ -130,10 +137,6 @@ pre {
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Icons */
|
||||
|
Reference in New Issue
Block a user