7 lines
74 B
SCSS
7 lines
74 B
SCSS
.skippy {
|
|
background-color: $bd-purple;
|
|
|
|
a {
|
|
color: $white;
|
|
}
|
|
}
|