Skip to content

Commit

Permalink
refactor(docs): block for link overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman committed Dec 17, 2024
1 parent 1c6e525 commit f96ee84
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/styles/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,17 @@
--md-mermaid-label-fg-color: #000000;
}

a:not(.md-nav__link):not(.headerlink):not(.md-tabs__link) {
a {
text-decoration: underline dotted currentColor auto;
}

a.headerlink,
a.md-nav__link,
a.md-source,
a.md-tabs__link {
text-decoration-line: none;
}

.md-tabs__link {
opacity: 1;
}

0 comments on commit f96ee84

Please sign in to comment.