Remove explicit link styling

This commit is contained in:
Nicolas Werner 2023-06-11 11:53:06 +02:00
parent ed5c29bb39
commit 2cb04fd741
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9

View file

@ -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 {