fromage-js/src/sass/_global.scss

15 lines
185 B
SCSS

#board{
border: solid 3px $blue;
background: $white;
}
.square{
&:hover{
background: $blue;
color: $white;
}
&.active{
background: $dark;
color: $white;
}
}