mirror of
https://github.com/Coffeedon/Cofffee-Assets.git
synced 2024-11-25 07:30:59 +00:00
11 lines
234 B
CSS
11 lines
234 B
CSS
|
/*
|
||
|
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)}
|