Fix: fixed VerseValidator border-top dark-mode color

This commit is contained in:
Richard Wong 2025-05-13 17:24:42 +08:00
parent f34d9fc7ef
commit a279ff0cf3
1 changed files with 3 additions and 0 deletions

View File

@ -112,5 +112,8 @@
--background-color-added: #7b4418; --background-color-added: #7b4418;
} }
.VerseValidator {
border-top: 1px solid white; /* override for dark mode */
}
} }