diff --git a/apps/client/src/stylesheets/style.css b/apps/client/src/stylesheets/style.css index b1b9ee921..be4cdec6e 100644 --- a/apps/client/src/stylesheets/style.css +++ b/apps/client/src/stylesheets/style.css @@ -24,7 +24,7 @@ --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; + --bs-body-bg: var(--main-background-color) !important; } .table { @@ -326,6 +326,7 @@ button kbd { user-select: none; -webkit-user-select: none; --bs-dropdown-zindex: 999; + --bs-dropdown-link-active-bg: var(--active-item-background-color) !important; } body.desktop .dropdown-menu {