Skip to content

Commit b67d0c0

Browse files
committed
fa font weight normal, .anchor-js[class^="panel-title"] -> display: none
1 parent 6a3c93e commit b67d0c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css/customstyles.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,7 @@ span.soft {
922922
/* this part adds an icon after links, using FontAwesome */
923923
a:after {
924924
font-family: "FontAwesome";
925-
font-weight: 900;
925+
font-weight: normal;
926926
font-style: normal;
927927
display: inline-block;
928928
text-decoration: none;
@@ -934,10 +934,10 @@ a[download]:after { content: "\f019"; } /* dow
934934

935935
/* anchor js icon */
936936
*:hover > .anchorjs-link:after {
937-
/* transition: color .25s linear; */
938-
/* text-decoration: none; */
937+
transition: color .25s linear;
939938
content: "\f1dd"; /* paragraph */
940939
}
940+
.anchorjs-link[class^="panel-title"]:after { display: none; }
941941

942942
/* Strip the outbound icon when this class is present */
943943
a.noCrossRef:after,

0 commit comments

Comments
 (0)