From e4d07c94d475bd3b70004e3d5ae5964072731c40 Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Sun, 15 Jun 2025 10:58:57 -0300 Subject: [PATCH] style(theme): improve dark colors for a less washed out look --- frontend/src/styles/_variables.scss | 3 +++ 1 file changed, 3 insertions(+) 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;