about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authoradbelle <anthonyreflected@gmail.com>2017-06-29 11:31:48 -0700
committerbeatrix <beatrix.bitrot@gmail.com>2017-06-30 18:38:36 -0400
commit15227c713dc1761b2438f03d374bb362557f5e56 (patch)
tree9f65c85730eda2563d44cd81bf1817b8ae075bf0 /app
parent30736f4886e54dfb6118619fcc95fad3d7c0ad55 (diff)
Remove color lightening for search results section
This will cause it to match the shading of the container behind it.
Diffstat (limited to 'app')
-rw-r--r--app/javascript/styles/components.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/styles/components.scss b/app/javascript/styles/components.scss
index 7be9636a1..10e857865 100644
--- a/app/javascript/styles/components.scss
+++ b/app/javascript/styles/components.scss
@@ -2991,7 +2991,7 @@ button.icon-button.active i.fa-retweet {
 }
 
 .search-results__section {
-  background: lighten($ui-base-color, 2%);
+  background: $ui-base-color;
 }
 
 .search-results__hashtag {