Skip to content

Commit

Permalink
docs: improve looks of a link
Browse files Browse the repository at this point in the history
  • Loading branch information
ruben-arts committed Feb 27, 2025
1 parent de7210a commit d4260e5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,13 @@
--md-code-bg-color: rgba(0, 0, 0, 0.04);
}

.md-content a {
text-decoration: underline;
}

[data-md-color-accent=prefix-light] {
--md-accent-fg-color: #2e2400;
--md-accent2-fg-color: #19116f;
--md-accent2-fg-color: blue;
--md-accent-fg-color--transparent: #ffaa001a;
--md-accent-bg-color: #000000de;
--md-accent-bg-color--light: #0000008a
Expand Down

0 comments on commit d4260e5

Please sign in to comment.