feat: background settings improvements

Co-authored-by: David Ralph <me@davidcralph.co.uk>
This commit is contained in:
alexsparkes
2022-06-09 21:15:57 +01:00
parent 3148a19685
commit 61bed2b478
7 changed files with 139 additions and 31 deletions

View File

@@ -126,6 +126,16 @@ $themes: (
@include themed() {
color: t($color);
}
.backTitle {
cursor: pointer;
@include themed() {
color: t($subColor);
&:hover {
color: t($color);
}
}
}
}
.title {