Lighten subscriptions settings grey boxes.

This increases the luminosity of the subscriptions settings boxes
from 93% to 97%.
This commit is contained in:
Brock Whittaker 2017-08-14 17:36:19 -07:00 committed by Tim Abbott
parent cac4aeaa5f
commit 3e2e24f4cd
1 changed files with 2 additions and 2 deletions

View File

@ -133,7 +133,7 @@
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
padding: 5px;
font-size: 0.9em;
background-color: hsl(0, 0%, 93%);
background-color: hsl(0, 0%, 97%);
border: 1px solid hsl(0, 0%, 86%);
border-radius: 4px;
}
@ -902,7 +902,7 @@ form#add_new_subscription {
#subscription_overlay .grey-box {
margin: 0px;
padding: 5px 10px;
background-color: hsl(0, 0%, 93%);
background-color: hsl(0, 0%, 97%);
border: 1px solid hsl(0, 0%, 86%);
border-radius: 4px;