changed purple sidebar link active color; now app.js is importing all the vue components to make sure they are all mounted
This commit is contained in:
@@ -74,7 +74,7 @@ $sidebar-delay: 75ms;
|
||||
|
||||
// Fix for purple theme in which grayscale shows incoherent color
|
||||
html[data-theme='purple'] & {
|
||||
background: var(--sidebar-link-bg);
|
||||
background: var(--sidebar-link-bg-20);
|
||||
filter: grayscale(0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user