From 27c5babd1d11bbf8b7fa2c5e64e371d3d99b6cbd Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Tue, 23 Nov 2021 10:04:03 +0900 Subject: [PATCH] Fix: Nightly suggestion table color --- userContent.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/userContent.css b/userContent.css index 91e9c0d..e446d4f 100644 --- a/userContent.css +++ b/userContent.css @@ -131,7 +131,8 @@ /*- Fix Color For Nightly ------------------------------------------------*/ .contentSearchSuggestionTable, .contentSearchHeaderRow, - .contentSearchHeader { + .contentSearchHeader, + .contentSearchSuggestionsContainer { color: var(--newtab-text-primary-color) !important; background: var(--newtab-search-background-color) !important; }