File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
src/sphinx_codeautolink/static Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ sphinx-codeautolink adheres to
1919 and ``highlight_language `` configuration (:issue: `166 `)
2020- Add :confval: `codeautolink_warn_on_default_parse_fail ` to warn about
2121 failing to link code blocks without a language parameter (:issue: `166 `)
22+ - Improve default link style to unset colors and use an underline (:issue: `171 `)
2223
23240.16.2 (2025-01-16)
2425-------------------
Original file line number Diff line number Diff line change 22 color : unset;
33 border-bottom-color : # aaa ;
44 border-bottom-style : dotted;
5- border-bottom-width : 2 px ;
5+ border-bottom-width : 1 px ;
66}
Original file line number Diff line number Diff line change 11.sphinx-codeautolink-a {
22 color : unset;
33 text-decoration : none;
4+ border-bottom-color : # aaa ;
5+ border-bottom-style : dotted;
6+ border-bottom-width : 1px ;
47}
58.sphinx-codeautolink-a : link {
69 color : unset;
You can’t perform that action at this time.
0 commit comments