Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
css change to make our styles work on sites that use color-scheme, li…
Browse files Browse the repository at this point in the history
…near, cough cough (#160)
  • Loading branch information
fitzk authored Aug 23, 2024
1 parent e87a9df commit 7946b8e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ chrome.runtime.onMessage.addListener((request) => {
seamless={true}
src={`${import.meta.env.VITE_NEST_APP}/extension`}
style={{
colorScheme: "light",
position: "fixed",
bottom: "10px",
right: "15px",
Expand Down

0 comments on commit 7946b8e

Please sign in to comment.