mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-16 08:04:25 -04:00
Style unflavored code fences.
This commit is contained in:
parent
d4f2850663
commit
9a8da61cf2
1 changed files with 11 additions and 0 deletions
|
@ -514,3 +514,14 @@ pre, code {
|
||||||
.post-content table code {
|
.post-content table code {
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Unflavored code fences
|
||||||
|
------------------------------ */
|
||||||
|
code {
|
||||||
|
padding: 20px;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
border-radius: 6px;
|
||||||
|
background-color: #272822;
|
||||||
|
color: white;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue