mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
* add inverted variables option * create inverted styles * add missed styles * add myself as contributor
7 lines
82 B
SCSS
7 lines
82 B
SCSS
body.inverted {
|
|
.footer {
|
|
a {
|
|
color: $link-color-inverted;
|
|
}
|
|
}
|
|
} |