6 lines
84 B
SCSS
6 lines
84 B
SCSS
|
@import "../variables/colors";
|
||
|
|
||
|
.SelectedLink {
|
||
|
color: $cTypography-paragraphs;
|
||
|
}
|