Skip to content

Commit

Permalink
chore: fix iframe background color in dark mode (#5223)
Browse files Browse the repository at this point in the history
* chore: fix GH button background color in dark mode

* Fix for Canny
  • Loading branch information
lex111 committed Jul 27, 2021
1 parent 938e5a9 commit 7e48961
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions website/src/pages/feedback/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@
padding: var(--ifm-spacing-horizontal);
border-radius: 4px;
background: var(--ifm-color-feedback-background);
color-scheme: auto;
}
1 change: 1 addition & 0 deletions website/src/pages/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
.indexCtasGitHubButton {
border: none;
overflow: hidden;
color-scheme: auto;
}

.indexCtaTryNowButton:hover {
Expand Down

0 comments on commit 7e48961

Please sign in to comment.