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

37 lines
544 B
SCSS
Raw Permalink Normal View History

2019-09-20 07:51:22 +02:00
body.inverted {
.content {
.list {
ul {
li {
.title {
color: $fg-color-inverted;
&:hover,
&:focus {
color: $link-color-inverted
}
}
}
}
}
.centered {
.about {
ul {
li {
a {
color: $fg-color-inverted;
&:hover,
&:focus {
color: $link-color-inverted;
}
}
}
}
}
}
}
}