Skip to content

Commit

Permalink
Fix header link for light mode
Browse files Browse the repository at this point in the history
  • Loading branch information
lk-geimfari committed Aug 19, 2023
1 parent 49a537d commit 1dee77c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/_static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ a.reference:hover {
border-bottom: 1px rgb(225, 83, 67);
}

a.headerlink:hover {
color: #444 !important;
background: transparent !important;
text-decoration: none !important;
}

div.body p, div.body dd, div.body li {
line-height: 1.5;
}
Expand Down Expand Up @@ -99,7 +105,8 @@ div.highlight pre, table.highlighttable pre {
}

#api-reference .reference span.pre {
background-color: #21272E; !important;
background-color: #21272E;
!important;
}

div.highlight {
Expand Down

0 comments on commit 1dee77c

Please sign in to comment.