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