feat: preview is link

This commit is contained in:
cv
2021-04-23 14:21:52 +02:00
parent e4823c91d6
commit 98e8082008
2 changed files with 38 additions and 8 deletions
@@ -14,3 +14,12 @@
.label {
padding: 0.1em 4em;
}
a::after {
content: ' \2197';
color: #ff7597;
}
a:hover {
color: #ff7597;
}