Don't underline links

This commit is contained in:
Tobias Fella
2021-02-07 23:22:19 +01:00
parent 43f81fcead
commit e546c12b45

View File

@@ -32,6 +32,7 @@ pre {
}
a{
color: " + Kirigami.Theme.linkColor + ";
text-decoration: none;
}
.user-pill{}