Skip to content

Commit

Permalink
Make the relbar arrows always dark
Browse files Browse the repository at this point in the history
... not only when hovering.
The previous/next titles are still very light and get darker when hovering.
  • Loading branch information
mgeier committed Nov 11, 2020
1 parent 96fb5c3 commit df68412
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/insipid_sphinx_theme/insipid/static/insipid.css_t
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,10 @@ div.body dl.exception > dt:not(:target) {
text-align: right;
}

.relbar .icon {
color: #333;
}

.relbar .previous .icon {
margin-right: 1em;
}
Expand Down

0 comments on commit df68412

Please sign in to comment.