7 lines
82 B
SCSS
7 lines
82 B
SCSS
|
body.inverted {
|
||
|
.footer {
|
||
|
a {
|
||
|
color: $link-color-inverted;
|
||
|
}
|
||
|
}
|
||
|
}
|