We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe84a58 commit 406fd2eCopy full SHA for 406fd2e
.changeset/quiet-mayflies-brush.md
@@ -0,0 +1,5 @@
1
+---
2
+'docusaurus-theme-redoc': patch
3
4
+
5
+fix authorization dropdown contrast issue in dark mode
packages/docusaurus-theme-redoc/src/theme/Redoc/styles.css
@@ -216,3 +216,7 @@ html:not([data-theme='dark'])
216
[data-theme='dark'] .redocusaurus .api-content div h5 + svg polygon {
217
filter: invert(1);
218
}
219
220
+[data-theme='dark'] .redocusaurus .api-content div:has(> span > span > i + code) {
221
+ background: var(--ifm-color-emphasis-0);
222
+}
0 commit comments