You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
234 B
11 lines
234 B
2 years ago
|
/*
|
||
|
Make search results look better:
|
||
|
- adds contrast to search icon
|
||
|
- overlay-style shadowed background
|
||
|
|
||
|
author: trwnh
|
||
|
license: Public Domain
|
||
|
*/
|
||
|
.search__icon .fa.active {opacity: 1}
|
||
|
.drawer__inner.darker {background: rgba(0,0,0,0.5)}
|