Skip to content

Commit

Permalink
Merge pull request #67 from n1ckoates/fix-transparency
Browse files Browse the repository at this point in the history
Fix Cover Theme transparency
  • Loading branch information
Inrixia authored Aug 21, 2024
2 parents 4fb5cf0 + 9ccf1b7 commit 650110d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/CoverTheme/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const unloadTransition = intercept(
export function updateCSS() {
if (settings.transparentTheme) {
const styles = `
#wimp, main, .sidebarWrapper, [class^="mainContainer"], [class^="tabListWrapper"] {
#wimp, main, [class^="sidebarWrapper"], [class^="mainContainer"], [class^="tabListWrapper"] {
background: unset !important;
}
Expand Down

0 comments on commit 650110d

Please sign in to comment.