优化分割线样式 (#2342)

This commit is contained in:
两双筷子 2023-01-28 07:41:08 +08:00 committed by GitHub
parent 9353c9ef40
commit f1a03554f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -155,8 +155,8 @@ hr {
text-align: left;
margin: 1em 0;
border: none;
height: 2px;
background-color: #999999;
height: 1px;
background-color: #cccccc;
}
table {