delegated theme changing to sidebar component

This commit is contained in:
Roberto Tonino
2020-07-06 19:02:03 +02:00
parent b716e89560
commit 26ed9e6a7d
6 changed files with 53 additions and 66 deletions

View File

@@ -123,15 +123,15 @@ $sidebar-delay: 75ms;
border-width: 3px;
}
&[data-theme-variant='light'] {
&--light {
background: white;
}
&[data-theme-variant='dark'] {
&--dark {
background: hsl(0, 0%, 8%);
}
&[data-theme-variant='purple'] {
&--purple {
background: hsl(261, 85%, 37%);
}
}