diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2023-02-09 14:48:47 -0500 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2023-02-09 14:48:47 -0500 |
| commit | fff0526fdf75b490d06c3e62dd7ee51c9be144d7 (patch) | |
| tree | 444aa5428279b77c50c8359d6c2e13a64fec546a /docs | |
| parent | 1230d1edcf09fa825985c204b115241141332a91 (diff) | |
small css tweak on user docs
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/docs.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/docs.css b/docs/docs.css index fb2a1745..70a59bdd 100644 --- a/docs/docs.css +++ b/docs/docs.css @@ -215,6 +215,7 @@ a.md_tabs__link:visited { --md-primary-fg-color--dark: #990000; --md-code-fg-color: rgb(215, 55, 38); --md-code-bg-color: hsla(0, 0%, 96%, 1); + --md-typeset-a-color: #000000; } @@ -222,4 +223,4 @@ a.md_tabs__link:visited { .md-sidebar--secondary { order: 0; } -*/
\ No newline at end of file +*/ |
