diff --git a/frontend/src/styles/_variables.scss b/frontend/src/styles/_variables.scss index 592a695..ebcf0f6 100644 --- a/frontend/src/styles/_variables.scss +++ b/frontend/src/styles/_variables.scss @@ -35,3 +35,6 @@ $min-contrast-ratio: 1.9 !default; $nav-pills-link-active-color: $gray-900; $dropdown-link-active-color: $gray-900; + +$body-bg-dark: #1e1f24 !default; +$body-tertiary-bg-dark: #232429 !default;