Skip to content

Commit

Permalink
V1.0.5 预发布
Browse files Browse the repository at this point in the history
修复引用代码块显示错误的问题,调整标题下划线。
  • Loading branch information
obscurefreeman committed Mar 10, 2024
1 parent d03813a commit 183ab19
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions blackout.css
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ h1 {
font-size: 2.5rem;
margin-bottom: var(--p-spacing);
letter-spacing: -1.5px;
padding-bottom: 0.2rem;
border-bottom: 1px solid #383838;
margin-top: 1em;
}
Expand Down Expand Up @@ -398,19 +399,6 @@ blockquote::before {
transform: rotate(45deg);
}

blockquote code {
display: block;
padding: 10px;
background-color: var(--code-bg-color);
/* color: var(--code-text-color); */
font-family: var(--text-font);
font-size: 12px;
line-height: 1.2;
overflow-x: auto;
border-radius: 4px;
margin-top: 10px;
}

pre,
code,
kbd,
Expand Down

0 comments on commit 183ab19

Please sign in to comment.