delegated theme changing to sidebar component
This commit is contained in:
@@ -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%);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user