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 e39cac1 commit e5f7390Copy full SHA for e5f7390
src/css/external-link-icon.css
@@ -13,3 +13,23 @@ a.add-ext-icon::after {
13
a.add-ext-icon > .svg-inline--fa {
14
margin-left: 0.25em;
15
}
16
+
17
+.doc a[href*=".adoc"]::after {
18
+ font-family: "Font Awesome Light", serif;
19
+ content: "⚠";
20
+ font-size: inherit;
21
+ color: red;
22
+}
23
24
+.doc a[href*=".adoc"] {
25
+ font-weight: bold;
26
27
28
29
+.doc a[href*=".adoc"]:hover {
30
+ color: inherit;
31
32
33
+.doc a[href*=".adoc"]:hover::after {
34
+ content: "⚠ - " attr(href);
35
0 commit comments