From cd019fb7bc66500f871259adb00b2570ff9512bf Mon Sep 17 00:00:00 2001 From: fraser-combe Date: Mon, 21 Oct 2024 08:17:33 -0500 Subject: [PATCH] update border color box --- docs/stylesheets/extra.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index eb7455185..e510ecedc 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -198,7 +198,7 @@ div.searchable-table input.table-search-input { [data-md-color-scheme="light"] div.searchable-table input.table-search-input { background-color: #fff; color: #000; - border: 1px solid #ccc; + border: 1px solid #E0E1E1; } [data-md-color-scheme="light"] div.searchable-table input.table-search-input::placeholder {