From 892b132af2b8b7dc8b7005a836334e573d396d79 Mon Sep 17 00:00:00 2001 From: krtatos Date: Thu, 14 Nov 2024 21:16:53 +0530 Subject: [PATCH] making the color of dropdown-item consistent #545 --- css/bootstrap.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/bootstrap.css b/css/bootstrap.css index aa497136..034719c7 100755 --- a/css/bootstrap.css +++ b/css/bootstrap.css @@ -3269,7 +3269,7 @@ tbody.collapse.show { padding: 0.25rem 1.5rem; clear: both; font-weight: 400; - color: #212529; + color: #007bff; text-align: inherit; white-space: nowrap; background-color: transparent;