mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-30 04:10:32 -08:00
Fix: Nightly suggestion table color
This commit is contained in:
parent
c1a594f00a
commit
27c5babd1d
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue