Skip to content

Commit

Permalink
πŸ› try fix back color
Browse files Browse the repository at this point in the history
  • Loading branch information
H2Sxxa committed Jan 3, 2024
1 parent a83ce4f commit 889bdf9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions themes/fluid/source/js/color-schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -248,10 +248,8 @@
theme: giscusTheme,
}
};
giscus.style.cssText += 'color-scheme: normal;';
try {
giscus.contentWindow.postMessage({ 'giscus': message }, 'https://giscus.app');
} catch (error) {}
// giscus.style.cssText += 'color-scheme: normal;';
giscus.contentWindow.postMessage({ 'giscus': message }, 'https://giscus.app');
}
}

Expand Down

1 comment on commit 889bdf9

@vercel
Copy link

@vercel vercel bot commented on 889bdf9 Jan 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

blog – ./

blog-h2sxxa.vercel.app
blog-two-wheat.vercel.app
blog-git-main-h2sxxa.vercel.app
blog.h2sxxa.eu.org

Please sign in to comment.