We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a9d7a2 commit 2f38e86Copy full SHA for 2f38e86
1 file changed
python_docs_theme/static/pydoctheme.css
@@ -31,7 +31,10 @@ pre {
31
32
a[href] {
33
text-decoration: underline 1px;
34
+
35
+a[href]:has(> code) {
36
text-underline-offset: 0.25em;
37
+ color: red;
38
}
39
40
body {
0 commit comments