Merge pull request #824 from nagisa77/feature/md_line

fix: markdown渲染的分割线有点深 #767
This commit is contained in:
Tim
2025-09-01 19:48:47 +08:00
committed by GitHub

View File

@@ -245,6 +245,14 @@ body {
overflow-x: auto; /* 小屏可横向滚动 */
}
.info-content-text hr {
border: none;
border-top: 1px solid var(--normal-border-color);
padding: 0;
height: 1px;
width: 100%;
}
.info-content-text thead th {
background-color: var(--primary-color);
color: #fff;