Skip to content

Commit

Permalink
Fixed header style in right sidebar for light mode (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichielDeMey authored Jan 21, 2022
1 parent 62e30bb commit c596463
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/warm-eggs-decide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'docusaurus-theme-redoc': patch
---

Fixed header style in right sidebar for light mode
4 changes: 3 additions & 1 deletion packages/docusaurus-theme-redoc/src/theme/Redoc/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ html[data-theme='dark'] .redocusaurus h2 > a:nth-child(1)::before {
/** Fixes https://github.com/rohit-gohri/redocusaurus/issues/65 */
html:not([data-theme='dark'])
.redocusaurus
div[id^='operation']
.redoc-wrap
.api-content
> div
> div:nth-child(1)
> div:nth-child(2)
h3 {
Expand Down

0 comments on commit c596463

Please sign in to comment.