Skip to content

Commit

Permalink
more css adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
janash committed Aug 20, 2023
1 parent b867fb4 commit 8032336
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/_static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ html[data-theme="dark"] p .reference.internal {
}

html[data-theme="dark"] a:hover {
color: #3e51e3;
color: var(--pst-color-primary);
}

html[data-theme="dark"] .prev-next-area a p.prev-next-title {
color: white;
}

html[data-theme="dark"] .prev-next-area:hover a:hover p.prev-next-title:hover {
color: #3e51e3;
color: var(--pst-color-primary);
}

html[data-theme="dark"] dt:target {
Expand Down

0 comments on commit 8032336

Please sign in to comment.