websiteOwn/themes/hugo-coder/assets/scss/_footer_inverted.scss

7 lines
82 B
SCSS

body.inverted {
.footer {
a {
color: $link-color-inverted;
}
}
}