mirror of https://github.com/zulip/zulip.git
Lighten subscriptions settings grey boxes.
This increases the luminosity of the subscriptions settings boxes from 93% to 97%.
This commit is contained in:
parent
cac4aeaa5f
commit
3e2e24f4cd
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue