Skip to content

Commit

Permalink
Fix: user style conflict w/ ALX Theme extension
Browse files Browse the repository at this point in the history
  • Loading branch information
amasin76 committed Oct 15, 2023
1 parent 48db148 commit 18a4f2e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/pages/content/userStyle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ const createCanvas = () => {
body {
position: relative;
z-index: 0;
}`;
}
body.dark main {
background-color: transparent !important;
}`;
style.id = "particles";
document.head.appendChild(style);
};
Expand Down

0 comments on commit 18a4f2e

Please sign in to comment.