mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-05-11 21:27:31 +08:00
fix: markdown渲染的分割线有点深 #767
This commit is contained in:
@@ -245,6 +245,14 @@ body {
|
|||||||
overflow-x: auto; /* 小屏可横向滚动 */
|
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 {
|
.info-content-text thead th {
|
||||||
background-color: var(--primary-color);
|
background-color: var(--primary-color);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|||||||
Reference in New Issue
Block a user