💄 fix some ui

This commit is contained in:
2021-04-04 16:05:41 +02:00
parent 5a14ffba13
commit 006ad63747
3 changed files with 18 additions and 12 deletions

View File

@@ -57,12 +57,18 @@ body {
display: flex;
}
a.external-link {
text-decoration: underline;
a {
&:hover {
color: darken($link, 20);
}
&::after {
margin-left: 0.2rem;
vertical-align: text-top;
content: url('assets/icons/external-link.svg');
&.external-link {
text-decoration: underline;
&::after {
margin-left: 0.2rem;
vertical-align: text-top;
content: url('assets/icons/external-link.svg');
}
}
}