Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
alimertcakar committed Mar 21, 2024
1 parent 3fc8c4e commit 838e0cc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
18 changes: 16 additions & 2 deletions src/pages/content/style.scss
Original file line number Diff line number Diff line change
@@ -1,2 +1,16 @@
// CSS that can pollute global styles. Use it with caution.
// If you use ShodowRoot for style pollution, this style will not be applied inside the content script.
// TODO parse selectors from bitbucket with a script?
// {
// loader: "sass-loader",
// options: {
// additionalData: "$bitbucketMain: " + parsedMainSelector + ";",
// },
// },
$bitbucketMain: '.css-kyhvoj';
$sidebarSelector: '.css-4rxc6l';

#{$bitbucketMain} {
--color-main: #070f2b;
& #{$sidebarSelector} {
background-color: var(--color-main);
}
}
4 changes: 0 additions & 4 deletions src/pages/content/ui/injected.css
Original file line number Diff line number Diff line change
@@ -1,4 +0,0 @@
* {
color: red !important;
background-color: red !important;
}

0 comments on commit 838e0cc

Please sign in to comment.