diff --git a/apps/client/src/stylesheets/style.css b/apps/client/src/stylesheets/style.css index f934973c3..b1b9ee921 100644 --- a/apps/client/src/stylesheets/style.css +++ b/apps/client/src/stylesheets/style.css @@ -21,6 +21,10 @@ --admonition-important-accent-color: #9839f7; --admonition-caution-accent-color: #ff2e2e; --admonition-warning-accent-color: #e2aa03; + --bs-body-font-family: var(--main-font-family) !important; + --bs-body-font-weight: var(--main-font-weight) !important; + --bs-body-color: var(--main-text-color) !important; + --bs-body-bg: var(--main-background-color) !important; } .table {