mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-26 17:16:11 -05:00
Use magenta to contrast with the talking tales bg
This commit is contained in:
parent
e5d14ff0c2
commit
8b79a1406d
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ $tile-height: 244px;
|
|||
justify-content: center;
|
||||
|
||||
&.mod-middle-banner {
|
||||
background-color: $ui-purple;
|
||||
background-color: $ui-magenta;
|
||||
}
|
||||
|
||||
.hoc-container {
|
||||
|
@ -48,7 +48,7 @@ $tile-height: 244px;
|
|||
justify-content: flex-start;
|
||||
|
||||
&.mod-middle-image {
|
||||
border: 2px solid $ui-purple;
|
||||
border: 2px solid $ui-magenta;
|
||||
}
|
||||
|
||||
img {
|
||||
|
|
Loading…
Reference in a new issue