Files
hugo-coder-timeline/assets/scss/_footer_inverted.scss
Abner Campanha 720f7518a6 Add inverted variables option (#110)
* add inverted variables option

* create inverted styles

* add missed styles

* add myself as contributor
2018-11-12 09:42:52 -02:00

7 lines
82 B
SCSS

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