diff --git a/static/css/styles.css b/static/css/styles.css index 61410578..f0a48193 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -2075,11 +2075,6 @@ input[type=file] { color: rgb(181 201 211 / var(--tw-text-opacity)); } -.text-gray-500 { - --tw-text-opacity: 1; - color: rgb(107 114 128 / var(--tw-text-opacity)); -} - .text-gray-200 { --tw-text-opacity: 1; color: rgb(229 231 235 / var(--tw-text-opacity)); @@ -2146,11 +2141,6 @@ input[type=file] { background-color: rgb(255 159 0 / var(--tw-bg-opacity)); } -.hover\:bg-gray-500:hover { - --tw-bg-opacity: 1; - background-color: rgb(107 114 128 / var(--tw-bg-opacity)); -} - .hover\:bg-slate:hover { --tw-bg-opacity: 1; background-color: rgb(49 74 87 / var(--tw-bg-opacity)); diff --git a/templates/libraries/includes/search_results.html b/templates/libraries/includes/search_results.html index 70204956..25a5bcc7 100644 --- a/templates/libraries/includes/search_results.html +++ b/templates/libraries/includes/search_results.html @@ -1,13 +1,12 @@ {% for library in libraries %}
  • - - - {{ library.name|capfirst }} {{ library.description }} + {{ library.name|capfirst }} {{ library.description }} @@ -19,6 +18,6 @@ -

    We couldn't find any libraries with that term. Please try again.

    +

    We couldn't find any libraries with that search term. Please try again.

    {% endfor %}