Skip to content

Commit 64a8f30

Browse files
thefourtheyervagg
authored andcommitted
tools: fix anchors in generated documents
When an anchor tag is used within a pre tag, the link is not distinguishable. This patch makes sure that the links are highlighted by underlining them. PR-URL: #2491 Reviewed-By: Roman Reiss <me@silverwind.io>
1 parent cd0c362 commit 64a8f30

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/api_assets/style.css

+9
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,15 @@ code a:hover {
7979
color: white !important;
8080
}
8181

82+
.api_stability_0 a,
83+
.api_stability_1 a,
84+
.api_stability_2 a,
85+
.api_stability_3 a,
86+
.api_stability_4 a,
87+
.api_stability_5 a {
88+
text-decoration: underline;
89+
}
90+
8291
.api_stability_0 {
8392
background-color: #D60027;
8493
}

0 commit comments

Comments
 (0)