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

Commit 5b99c8f

Browse files
committed
fix(client): override bootstrap defaults
1 parent af5eab4 commit 5b99c8f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

apps/client/src/stylesheets/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
--admonition-important-accent-color: #9839f7;
2222
--admonition-caution-accent-color: #ff2e2e;
2323
--admonition-warning-accent-color: #e2aa03;
24+
--bs-body-font-family: var(--main-font-family) !important;
25+
--bs-body-font-weight: var(--main-font-weight) !important;
26+
--bs-body-color: var(--main-text-color) !important;
27+
--bs-body-bg: var(--main-background-color) !important;
2428
}
2529

2630
.table {

0 commit comments

Comments
 (0)