Skip to content

Commit

Permalink
Merge branch
Browse files Browse the repository at this point in the history
  • Loading branch information
liorgrossman committed Jun 26, 2023
2 parents ca4521c + 3ce4ea8 commit 4cc11c5
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Please see our [contribution guide](./CONTRIBUTING.md) to learn how to quickly i
## Be in touch
* Join the [Darkness Developers Community on Facebook](https://www.facebook.com/groups/darkness-developers)
* [Contact us](https://darkness.app/contact/)
* Check out our other projects: [Openbase](https://openbase.com/), [Wikiwand](https://www.wikiwand.com/), [BookAuthority](https://bookauthority.org/), [The Master List](https://themasterlist.org/)
* Check out our other projects: [DreamGift](https://dreamgift.ai), [BuyPal](https://buypal.ai), [BookAuthority](https://bookauthority.org/), [Wikiwand](https://www.wikiwand.com/), [The Master List](https://themasterlist.org/)

## Misc
Darkness is licensed [GPLv3](./LICENSE). Privacy policy available [here](https://darkness.app/privacy/darkness-privacy-policy.pdf)
3 changes: 0 additions & 3 deletions chrome-extension/themes/websites/all-google.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ header.gb_na,
header.gb_na > div {
background-color: $theme-background-toolbar !important;
}
header.gb_Ta {
@include invert-back();
}

// Searchbar
// .gb_0e:not(.gb_3c),
Expand Down
27 changes: 20 additions & 7 deletions chrome-extension/themes/websites/messenger.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ div[style*="background-color: var(--comment-footer-background)"] {
}
div.odn2s2vf:not([style*="background-color: var(--wash)"]) .qsbzbi57,
.ljqsnud1 {
color: $theme-text !important;
color: invert($theme-text) !important;
}
.t6p9ggj4.tkr6xdv7 {
background-color: $theme-background-box !important;
Expand Down Expand Up @@ -84,13 +84,26 @@ svg path:not([fill="none"]) {
border-right-color: $theme-background-box !important;
}

div[data-scope="messages_table"] div[style*="background-color:"] {
& {
@include invert-back();
div[data-scope="messages_table"] {
div[style*="background-color:"] {
& {
@include invert-back();
}
> * {
color: $theme-text !important;
}
}
div[style="background-color: var(--mwp-reply-background-color);"] {
@include filter(invert(0));
}
> * {
@include invert-back();
color: $theme-text !important;
}

div[data-testid="message-container"] {
.hybvsw6c {
background-color: $theme-background !important;
.hybvsw6c {
background-color: $theme-background-box !important;
}
}
}

Expand Down

0 comments on commit 4cc11c5

Please sign in to comment.