Skip to content

Commit

Permalink
CLean up autoref link styles for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
waylan committed Sep 20, 2023
1 parent 6757ed7 commit 14823e6
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion docs/mkdocstrings.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,17 @@ a.autorefs-external:hover::after {
background-color: #e32e00;
}

/* Customize custom links. */
a.autorefs code {
background-color: #ecf0f3;
font-weight: normal;
color: #005B81;
}

a.autorefs:hover code {
color: #E32E00;
}

/* Customize symbol names. */
code.doc-symbol-attribute::after {
content: "Attr";
Expand All @@ -44,4 +55,4 @@ code.doc-symbol-class::after {

code.doc-symbol-module::after {
content: "Module";
}
}

0 comments on commit 14823e6

Please sign in to comment.