diff --git a/app/static/css/light-theme.css b/app/static/css/light-theme.css index de76eb6..9221b02 100644 --- a/app/static/css/light-theme.css +++ b/app/static/css/light-theme.css @@ -122,6 +122,7 @@ input { .autocomplete-items div:hover { background-color: var(--whoogle-element-bg); + color: var(--whoogle-contrast-text) !important; } .autocomplete-active { diff --git a/app/templates/header.html b/app/templates/header.html index 5973274..e9ab529 100644 --- a/app/templates/header.html +++ b/app/templates/header.html @@ -11,11 +11,19 @@
- + type="text" + value="{{ query }}">
@@ -37,9 +45,17 @@
- diff --git a/app/templates/index.html b/app/templates/index.html index 336b159..41c33ae 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -42,7 +42,16 @@
- +
@@ -132,7 +141,16 @@
- +
  diff --git a/requirements.txt b/requirements.txt index 0e4cdf0..ad18435 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ MarkupSafe==1.1.1 more-itertools==8.3.0 packaging==20.4 pluggy==0.13.1 -py==1.8.1 +py==1.10.0 pycodestyle==2.6.0 pycparser==2.19 pyOpenSSL==19.1.0