[Chore]: CSS fix

This commit is contained in:
ClaraCrazy 2025-12-30 17:51:08 +01:00
parent 89003f0d26
commit 30ec16f610
No known key found for this signature in database
GPG key ID: EBBC896ACB497011

View file

@ -55,6 +55,15 @@
/* Light mode theme */
hr {
border: none;
border-top: 0.1rem solid var(--overlay-white-15);
}
body.light-mode hr {
border-top: 0.1rem solid var(--overlay-black-80);
}
body.light-mode {
--color-bg-dark: #f5f5f5;
--color-bg-medium: #e4e4e4;