summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/vendors/tribute.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/vendors/tribute.scss')
-rw-r--r--app/assets/stylesheets/vendors/tribute.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/vendors/tribute.scss b/app/assets/stylesheets/vendors/tribute.scss
index 95b1d80a586..309cdf7245c 100644
--- a/app/assets/stylesheets/vendors/tribute.scss
+++ b/app/assets/stylesheets/vendors/tribute.scss
@@ -1,5 +1,5 @@
.tribute-container {
- background: $white-light;
+ background: $white;
border: 1px solid $gl-gray-100;
border-radius: $border-radius-base;
box-shadow: 0 0 5px $issue-boards-card-shadow;
@@ -30,7 +30,7 @@
.avatar {
@include disable-all-animation;
- border: 1px solid $white-light;
+ border: 1px solid $white;
}
small {