Fix color for light contrast text (#873)

The color for the variable whoogle-contrast-text should be black or gray;
otherwise it will not be shown with white background.
このコミットが含まれているのは:
João 2022-10-31 19:39:52 +01:00 committed by GitHub
コミット 77884d05f2
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -5,7 +5,7 @@
--whoogle-page-bg: #ffffff;
--whoogle-element-bg: #4285f4;
--whoogle-text: #000000;
--whoogle-contrast-text: #ffffff;
--whoogle-contrast-text: #70757a;
--whoogle-secondary-text: #70757a;
--whoogle-result-bg: #ffffff;
--whoogle-result-title: #1967d2;