diff options
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/search.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/assets/css/search.css b/assets/css/search.css index 6bca026..e76a7d1 100644 --- a/assets/css/search.css +++ b/assets/css/search.css | |||
@@ -5,4 +5,12 @@ | |||
5 | .search-results { | 5 | .search-results { |
6 | top: -50px; | 6 | top: -50px; |
7 | z-index: 2; | 7 | z-index: 2; |
8 | } | ||
9 | |||
10 | .collection > .collection-item { | ||
11 | transition: background-color .35s; | ||
12 | } | ||
13 | |||
14 | .collection > .collection-item:hover { | ||
15 | background-color: #e1bee7; | ||
8 | } \ No newline at end of file | 16 | } \ No newline at end of file |