chore: fix iframe background color in dark mode (#5223)

* chore: fix GH button background color in dark mode

* Fix for Canny
This commit is contained in:
Alexey Pyltsyn 2021-07-27 17:06:37 +03:00 committed by GitHub
parent 938e5a906f
commit 7e48961b3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -9,4 +9,5 @@
padding: var(--ifm-spacing-horizontal);
border-radius: 4px;
background: var(--ifm-color-feedback-background);
color-scheme: auto;
}

View file

@ -115,6 +115,7 @@
.indexCtasGitHubButton {
border: none;
overflow: hidden;
color-scheme: auto;
}
.indexCtaTryNowButton:hover {