From 5b99c8f59562d5938155609e116d18e6c050abaa Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Thu, 29 May 2025 17:19:29 +0300 Subject: [PATCH] fix(client): override bootstrap defaults --- apps/client/src/stylesheets/style.css | 4 ++++ 1 file changed, 4 insertions(+) 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 {