mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
Style unflavored code fences.
This commit is contained in:
parent
d4f2850663
commit
9a8da61cf2
@ -514,3 +514,14 @@ pre, code {
|
||||
.post-content table code {
|
||||
white-space: pre;
|
||||
}
|
||||
|
||||
/* Unflavored code fences
|
||||
------------------------------ */
|
||||
code {
|
||||
padding: 20px;
|
||||
}
|
||||
pre {
|
||||
border-radius: 6px;
|
||||
background-color: #272822;
|
||||
color: white;
|
||||
}
|
Loading…
Reference in New Issue
Block a user