mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-01 07:49:43 +02:00
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:
parent
938e5a906f
commit
7e48961b3b
2 changed files with 2 additions and 0 deletions
|
@ -9,4 +9,5 @@
|
|||
padding: var(--ifm-spacing-horizontal);
|
||||
border-radius: 4px;
|
||||
background: var(--ifm-color-feedback-background);
|
||||
color-scheme: auto;
|
||||
}
|
||||
|
|
|
@ -115,6 +115,7 @@
|
|||
.indexCtasGitHubButton {
|
||||
border: none;
|
||||
overflow: hidden;
|
||||
color-scheme: auto;
|
||||
}
|
||||
|
||||
.indexCtaTryNowButton:hover {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue