Skip to content
Snippets Groups Projects

Resolve "Outlink Symbole werden nicht (falsch) angezeigt"

Merged Ghost User requested to merge 817-outlink-symbole-werden-nicht-falsch-angezeigt into development
3 files
+ 8
5
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -246,11 +246,11 @@ summary {
.inlink {
&:after {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font: normal normal normal 14px/1 'Font Awesome 5 Free';
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
content: "\f08e";
content: "\f35d";
}
}
@@ -258,11 +258,11 @@ summary {
.outlink {
&:after {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font: normal normal normal 14px/1 'Font Awesome 5 Free';
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
content: "\f08e";
content: "\f35d";
}
}
Loading