mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 03:00:46 +03:00
Remove explicit link styling
This commit is contained in:
parent
ed5c29bb39
commit
2cb04fd741
1 changed files with 0 additions and 1 deletions
|
@ -19,7 +19,6 @@ MatrixText {
|
||||||
// table border-collapse doesn't seem to work
|
// table border-collapse doesn't seem to work
|
||||||
text: "
|
text: "
|
||||||
<style type=\"text/css\">
|
<style type=\"text/css\">
|
||||||
a { color:" + palette.link + ";}
|
|
||||||
code { background-color: " + palette.alternateBase + "; white-space: pre-wrap; }
|
code { background-color: " + palette.alternateBase + "; white-space: pre-wrap; }
|
||||||
pre { background-color: " + palette.alternateBase + "; white-space: pre-wrap; }
|
pre { background-color: " + palette.alternateBase + "; white-space: pre-wrap; }
|
||||||
table {
|
table {
|
||||||
|
|
Loading…
Reference in a new issue