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 bf72445 commit 2fffc18Copy full SHA for 2fffc18
source/layouts/layout.erb
@@ -21,7 +21,7 @@
21
<li><a href="docs.html">Docs</a></li>
22
<li><a href="download.html">Download</a></li>
23
<li><a href="contribute.html">Contribute</a></li>
24
- <li><a href="https://wiki.ledger-cli.org/">Wiki<sup>◹</sup></a></li>
+ <li><a href="https://wiki.ledger-cli.org/">Wiki</a></li>
25
</ul>
26
</nav>
27
</header>
source/stylesheets/site.css.scss
@@ -26,6 +26,13 @@ header {
a { text-decoration:none; }
}
28
29
+a[href^="https://"]:not(:has(img, svg))::after {
30
+ content: "\25f9";
31
+ font-variant-position: super;
32
+ vertical-align: super;
33
+ font-size: 80%;
34
+}
35
+
36
:link {
37
color:var(--link-color);
38
0 commit comments