mirror of
https://github.com/mue/mue.git
synced 2026-07-16 05:23:49 +02:00
feat: background settings improvements
Co-authored-by: David Ralph <me@davidcralph.co.uk>
This commit is contained in:
@@ -126,6 +126,16 @@ $themes: (
|
||||
@include themed() {
|
||||
color: t($color);
|
||||
}
|
||||
|
||||
.backTitle {
|
||||
cursor: pointer;
|
||||
@include themed() {
|
||||
color: t($subColor);
|
||||
&:hover {
|
||||
color: t($color);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.title {
|
||||
|
||||
Reference in New Issue
Block a user