Skip to content

Commit

Permalink
Merge pull request #2593 from Kodiologist/breadcrumb-style
Browse files Browse the repository at this point in the history
Edit the CSS for breadcrumb bars in the manual
  • Loading branch information
Kodiologist authored Jul 29, 2024
2 parents 607022e + 9d7291c commit 54bf5d0
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions docs/_static/custom.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
div.body, div.footer, code, div.code-block-caption,
div.body, div.related, div.footer, code, div.code-block-caption,
div.body h1, div.body h2, div.body h3, div.body h4, div.body h5, div.body h6,
a.toc-backref
{color: black}

div.body p, div.body dd, div.body li, div.body blockquote
{hyphens: manual}

a
div.related
{background: none;
text-shadow: none;
line-height: normal;
padding-bottom: .25em;
border-bottom: thin solid black;}

a, div.related a
{color: navy}
a:visited
a:visited, div.related a:visited
{color: purple}

code
Expand Down

0 comments on commit 54bf5d0

Please sign in to comment.