Skip to content

Commit

Permalink
fix underline
Browse files Browse the repository at this point in the history
  • Loading branch information
f-w committed Dec 19, 2024
1 parent 37f6bd5 commit b9b9ce1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,9 @@ export default {
<style lang="less">
a[target='_blank']:after {
font: 1em 'Material Design Icons';
display: inline-block;
content: '\F03CC';
display: inline-block;
text-decoration: none;
}
.v-application ol,
.v-application ul {
Expand Down

0 comments on commit b9b9ce1

Please sign in to comment.