diff options
author | adbelle <anthonyreflected@gmail.com> | 2017-06-29 11:21:47 -0700 |
---|---|---|
committer | beatrix <beatrix.bitrot@gmail.com> | 2017-06-30 18:38:36 -0400 |
commit | 30736f4886e54dfb6118619fcc95fad3d7c0ad55 (patch) | |
tree | 928cd093d347f741e93cbb9779e5aabaf0f3be6f /app | |
parent | c58877862d8622b009e473205a6322e013849a7e (diff) |
Add opaque background to search results section
Diffstat (limited to 'app')
-rw-r--r-- | app/javascript/styles/components.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/javascript/styles/components.scss b/app/javascript/styles/components.scss index 481c97f00..7be9636a1 100644 --- a/app/javascript/styles/components.scss +++ b/app/javascript/styles/components.scss @@ -2990,6 +2990,10 @@ button.icon-button.active i.fa-retweet { font-weight: 500; } +.search-results__section { + background: lighten($ui-base-color, 2%); +} + .search-results__hashtag { display: block; padding: 10px; |