修复新版 Hugo 代码块行号问题 (#176)

This commit is contained in:
wc7086
2024-09-09 21:59:36 +08:00
committed by GitHub
parent f1721f79b1
commit ed5e77563d
+1 -4
View File
@@ -107,9 +107,6 @@ pre {
code {
display: inline-block;
}
pre code {
text-wrap: wrap;
}
blockquote {
display: block;
margin-block-start: 1em;
@@ -1116,4 +1113,4 @@ table tbody tr td:nth-of-type(1) pre {
.github-badge .bg-lightgrey,.github-badge .bg-lightgray {
background-color: #9f9f9f !important;
}