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 6a3c93e commit b67d0c0Copy full SHA for b67d0c0
css/customstyles.css
@@ -922,7 +922,7 @@ span.soft {
922
/* this part adds an icon after links, using FontAwesome */
923
a:after {
924
font-family: "FontAwesome";
925
- font-weight: 900;
+ font-weight: normal;
926
font-style: normal;
927
display: inline-block;
928
text-decoration: none;
@@ -934,10 +934,10 @@ a[download]:after { content: "\f019"; } /* dow
934
935
/* anchor js icon */
936
*:hover > .anchorjs-link:after {
937
- /* transition: color .25s linear; */
938
- /* text-decoration: none; */
+ transition: color .25s linear;
939
content: "\f1dd"; /* paragraph */
940
}
+.anchorjs-link[class^="panel-title"]:after { display: none; }
941
942
/* Strip the outbound icon when this class is present */
943
a.noCrossRef:after,
0 commit comments