mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -05:00
Remove custom color in What’s Happening Callout
Swapped colors to make it more consistent.
This commit is contained in:
parent
cf7149a356
commit
9d87d8700c
1 changed files with 2 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue