Browse Source

fix: external link icon

pull/1634/head
NGPixel 4 years ago
parent
commit
e413f3e420
1 changed files with 1 additions and 1 deletions
  1. 2
      client/themes/default/scss/app.scss

2
client/themes/default/scss/app.scss

@ -36,7 +36,7 @@
font-size: 24px/1;
padding-left: 3px;
display: inline-block;
content: '\F3CC';
content: '\F03CC';
color: mc('grey', '500');
text-decoration: none;
}

Loading…
Cancel
Save