mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-12-04 04:41:56 -05:00
ebd41b169e
Updates maintain WWW color variable naming conventions, but replaces values with 3.0 colors. Colors have the commented HEX and GUI variable name. More work to do auditing but it’s a start.
13 lines
231 B
SCSS
13 lines
231 B
SCSS
@import "../../colors";
|
|
@import "../../frameless";
|
|
|
|
@include responsive-layout (".student-registration", ".slide");
|
|
|
|
html,
|
|
body {
|
|
background-color: $ui-purple-dark
|
|
}
|
|
|
|
.student-registration {
|
|
background-color: $ui-purple;
|
|
}
|