Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 7cd8554

Browse files
committed
fix(client): modal text color on dark mode
1 parent 807a2dc commit 7cd8554

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/public/stylesheets/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
--submenu-opening-delay: 300ms;
2424
--launcher-pane-size: 53px;
2525
--mobile-bottom-offset: calc(env(safe-area-inset-bottom) * 0.75);
26+
--bs-body-color: var(--main-text-color);
2627
}
2728

2829
html {

0 commit comments

Comments
 (0)