diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 2298de7b5..17d2e9803 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -50,3 +50,4 @@ This file lists everyone, who contributed to this repo and wanted to show up her - Akash Dhiman - Vincent Zalzal - Jonathan D B Van Schenck +- James Goytia diff --git a/styles/website.css b/styles/website.css index 6176ff386..4853a7a2d 100644 --- a/styles/website.css +++ b/styles/website.css @@ -15,3 +15,16 @@ img.center { margin-left: auto; margin-right: auto; } + +.search-results-item p{ + color: #4183C4; +} + +#book-search-results .search-results .has-results .search-results-item a { + color: #777; +} + + +#book-search-input input, #book-search-input input:focus, #book-search-input input:hover{ + color: #222; +}