Make MXP links more visible in webclient

This commit is contained in:
Griatch 2019-08-10 12:15:26 +02:00
parent 7ea96d41e6
commit ffc25dbd68

View file

@ -330,6 +330,13 @@ div {margin:0px;}
float: left;
}
/* MXP links */
#mxplink {
text-decoration: underline;
}
/* XTERM256 colors */
.color-000 { color: #000000; }