From 591c2e3000bc95625f461299fade19f84cb3309a Mon Sep 17 00:00:00 2001 From: Jitendra Verma Date: Sat, 24 Aug 2024 02:16:12 +0530 Subject: [PATCH] Updated breadcrumb bg-color --- theming/theme-dark.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theming/theme-dark.scss b/theming/theme-dark.scss index 75b05bca2..4e48d7e36 100644 --- a/theming/theme-dark.scss +++ b/theming/theme-dark.scss @@ -41,6 +41,10 @@ p { color: #979c9c !important; } +.breadcrumb { + background-color: #131818 !important; +} + ::selection { color: #31dce6; background: #192222;