In regards to the Issue that I reported earlier for the Slate theme, I have found a temporary fix that I am currently using.
/* Slate theme fix */
.theme-dark {
background: transparent;
--deprecated-panel-background: rgba(25,25,27,1);
--background-secondary: rgba(25,25,27,1);
--text-link: var(--main-color);
}
In regards to the Issue that I reported earlier for the Slate theme, I have found a temporary fix that I am currently using.
/* Slate theme fix */
.theme-dark {
background: transparent;
--deprecated-panel-background: rgba(25,25,27,1);
--background-secondary: rgba(25,25,27,1);
--text-link: var(--main-color);
}