1 files changed, 0 insertions, 1 deletions
diff --git a/resources/qml/delegates/TextMessage.qml b/resources/qml/delegates/TextMessage.qml
index c6a8cace..1237180b 100644
--- a/resources/qml/delegates/TextMessage.qml
+++ b/resources/qml/delegates/TextMessage.qml
@@ -19,7 +19,6 @@ MatrixText {
// table border-collapse doesn't seem to work
text: "
<style type=\"text/css\">
- a { color:" + palette.link + ";}
code { background-color: " + palette.alternateBase + "; white-space: pre-wrap; }
pre { background-color: " + palette.alternateBase + "; white-space: pre-wrap; }
table {
|