add arrow, remove underline

This commit is contained in:
hydazz 2023-01-30 18:40:27 +11:00
parent 3cf1f76fb2
commit 07b94dd839

View File

@ -193,6 +193,17 @@
display: none;
}
a {
text-decoration: none;
}
a[target="_blank"]::after {
content: " \2197";
font-size: 80%;
margin-left: 4px;
vertical-align: middle;
}
#app {
display: flex;
flex-direction: column;