Skip to content

Commit

Permalink
web: Remove color-scheme from default styles
Browse files Browse the repository at this point in the history
It should be derived from the iframe content's html
  • Loading branch information
laymonage committed Nov 6, 2022
1 parent 3f04871 commit d7a6315
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/src/giscus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export class GiscusWidget extends LitElement {
iframe {
width: 100%;
border: none;
color-scheme: normal;
min-height: 150px;
}
`;
Expand Down

1 comment on commit d7a6315

@vercel
Copy link

@vercel vercel bot commented on d7a6315 Nov 6, 2022

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:

giscus-component – ./

giscus-component.vercel.app
giscus-component-git-main-giscus.vercel.app
giscus-component-giscus.vercel.app

Please sign in to comment.