Skip to content

Commit 3005e35

Browse files
IinguisticsIeader
andauthored
Update search q css (#718)
* updating some seach q css * Update website.css * Update website.css * Update website.css * Update CONTRIBUTORS.md Co-authored-by: James Goytia <jmsgoytia@gmail.com>
1 parent 21cd06f commit 3005e35

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

CONTRIBUTORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,4 @@ This file lists everyone, who contributed to this repo and wanted to show up her
5050
- Akash Dhiman
5151
- Vincent Zalzal
5252
- Jonathan D B Van Schenck
53+
- James Goytia

styles/website.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,16 @@ img.center {
1515
margin-left: auto;
1616
margin-right: auto;
1717
}
18+
19+
.search-results-item p{
20+
color: #4183C4;
21+
}
22+
23+
#book-search-results .search-results .has-results .search-results-item a {
24+
color: #777;
25+
}
26+
27+
28+
#book-search-input input, #book-search-input input:focus, #book-search-input input:hover{
29+
color: #222;
30+
}

0 commit comments

Comments
 (0)