UNPKG

scratch-gui

Version:

GraphicaL User Interface for creating and running Scratch 3.0 projects

17 lines (15 loc) 312 B
@import "../../css/colors.css"; .container { width: 100%; } .waveform-path { /* This color is lighter than sound-primary, but cannot use alpha because of overlapping elements. */ fill: hsl(300, 54%, 72%); stroke: $sound-tertiary; } .baseline { stroke: $sound-tertiary; }