fix color dark theme

This commit is contained in:
2024-04-08 07:10:03 +08:00
parent d6b7a255d0
commit ec5d236cad
2 changed files with 8 additions and 7 deletions

View File

@@ -256,7 +256,8 @@ hr {
padding-top: 6px;
text-align: center;
white-space: nowrap;
border: none;
border: 1px solid;
border-color: var(--button-border);
border-radius: 0.2rem;
}