summaryrefslogtreecommitdiff
path: root/web-ui/app/scss/_reply.scss
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/app/scss/_reply.scss')
-rw-r--r--web-ui/app/scss/_reply.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/web-ui/app/scss/_reply.scss b/web-ui/app/scss/_reply.scss
index be9d5b7c..76689d16 100644
--- a/web-ui/app/scss/_reply.scss
+++ b/web-ui/app/scss/_reply.scss
@@ -13,7 +13,7 @@
}
#all-recipients {
- color: #000;
+ color: $black;
}
#all-recipients:focus {
@@ -24,8 +24,8 @@
text-align: center;
font-weight: 100;
font-size: 1.1em;
- background: #FFF;
- color: #999;
+ background: $white;
+ color: $medium_light_grey;
padding: 25px;
margin: 0;
@include border-radius(0);