mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-08-06 09:39:44 +08:00
fix markdown table header CSS
This commit is contained in:
@ -1303,7 +1303,7 @@ footer .container .links > *:first-child {
|
||||
.markdown table th,
|
||||
.markdown table td {
|
||||
padding: 6px 13px !important;
|
||||
border: 1px solid #ddd;
|
||||
border: 1px solid #ddd !important;
|
||||
}
|
||||
.markdown table tr {
|
||||
background-color: #fff;
|
||||
|
Reference in New Issue
Block a user