fix default pre and code style, fix hljs
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
body.navbar-fixed-top {
|
||||
padding-top: 4.5rem
|
||||
}
|
||||
|
||||
pre {
|
||||
color: var(--light);
|
||||
background-color: var(--gray-dark);
|
||||
}
|
||||
|
||||
pre code {
|
||||
display: block;
|
||||
padding: 0.5rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user