Skip to content

Commit

Permalink
Update mkdocs.yml
Browse files Browse the repository at this point in the history
change color of links to make it more visible
  • Loading branch information
OpenScanEu authored Nov 11, 2024
1 parent 36ef264 commit 8bded63
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,19 @@ theme:
- content.code.annotate
- search.suggest
- search.highlight

extra_css:
- |
:root {
--md-typeset-a-color: #e91e63;
}
.md-typeset a {
color: var(--md-typeset-a-color);
}
.md-typeset a:hover {
color: #c2185b;
}
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
Expand Down

0 comments on commit 8bded63

Please sign in to comment.