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

7 lines
82 B
SCSS
Raw Normal View History

2019-09-20 07:51:22 +02:00
body.inverted {
.footer {
a {
color: $link-color-inverted;
}
}
}