Skip to content

Commit

Permalink
Fixup some bad styling on the site
Browse files Browse the repository at this point in the history
  • Loading branch information
EddieEldridge committed Oct 24, 2023
1 parent 0953f05 commit e744ef4
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ div.relations {
div.sphinxsidebar a {
color: {{ theme_sidebar_link }};
text-decoration: none;
border-bottom: 1px dotted {{ theme_sidebar_link_underscore }};
}

div.sphinxsidebar a:hover {
Expand Down Expand Up @@ -514,7 +513,6 @@ tt.xref, code.xref, a tt {

a.reference {
text-decoration: none;
border-bottom: 1px dotted {{ theme_link }};
}

/* Don't put an underline on images */
Expand All @@ -523,7 +521,6 @@ a.image-reference, a.image-reference:hover {
}

a.reference:hover {
border-bottom: 1px solid {{ theme_link_hover }};
}

a.footnote-reference {
Expand Down

0 comments on commit e744ef4

Please sign in to comment.