mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-12-13 09:11:19 -05:00
9 lines
162 B
SCSS
9 lines
162 B
SCSS
|
@import "../../colors";
|
||
|
|
||
|
.ev3 {
|
||
|
.extension-header {
|
||
|
background-color: $ui-aqua;
|
||
|
background-image: url("/images/ev3/ev3-pattern.svg");
|
||
|
}
|
||
|
}
|