Cofffee-Assets/styles/mods/deprecated/display_bettersearch.css

11 lines
234 B
CSS
Raw Normal View History

/*
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)}