From fe2049c5fe2b55467ada7bb927b2788c5c0479a6 Mon Sep 17 00:00:00 2001 From: leiweibau <105860611+leiweibau@users.noreply.github.com> Date: Mon, 25 Jul 2022 16:55:43 +0200 Subject: [PATCH] Update dark-patch.css --- front/css/dark-patch.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/front/css/dark-patch.css b/front/css/dark-patch.css index d49882d7..40811a98 100644 --- a/front/css/dark-patch.css +++ b/front/css/dark-patch.css @@ -640,6 +640,9 @@ input[type="password"]::-webkit-caps-lock-indicator { background-color: #272c30; color: #bec5cb; } +.nav-tabs-custom > .nav-tabs { + background-color: #353c42; +} .nav-tabs-custom .tab-content { background-color: #272c30; }