fix: markdown渲染的分割线有点深 #767

This commit is contained in:
Tim
2025-09-01 19:47:24 +08:00
parent ff63d232a9
commit 2ccdc21568

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;