Commit 9d87d870 authored by carljbowman's avatar carljbowman

Remove custom color in What’s Happening Callout

Swapped colors to make it more consistent.
parent cf7149a3
......@@ -109,11 +109,9 @@ a {
/* Classes */
.empty {
$bg-blue: #d9edf7;
$bg-blue-accent: #bce8f1;
border: 1px solid $bg-blue-accent;
border: 1px solid $active-gray;
border-radius: 5px;
background-color: $bg-blue;
background-color: $ui-blue-10percent;
padding: 10px;
text-align: center;
line-height: 2rem;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment