Skip to content

Commit

Permalink
Fix dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
peteGSX committed Feb 10, 2025
1 parent c993f5a commit 226ce46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- master-exraildoc
- master-exraildocdev
pull_request:
branches: [ master ]
workflow_dispatch:
Expand Down
4 changes: 4 additions & 0 deletions docs/_static/css/dccex_theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -882,3 +882,7 @@ html[data-theme='dark'] .new-in-v5 {
font-size: 80% !important;
}
}

html[data-theme='dark'] .rst-content span.descname {
color: #dbdd7c !important;
}

0 comments on commit 226ce46

Please sign in to comment.