diff --git a/evennia/web/webclient/static/webclient/css/webclient.css b/evennia/web/webclient/static/webclient/css/webclient.css index c0dc43c490..856931501a 100644 --- a/evennia/web/webclient/static/webclient/css/webclient.css +++ b/evennia/web/webclient/static/webclient/css/webclient.css @@ -47,7 +47,7 @@ div {margin:0px;} .inp { color: #555 } /* Messages returned from the server (most messages) */ -.out { +.out { color: #aaa; background-color: #000; } @@ -330,6 +330,13 @@ div {margin:0px;} float: left; } + +/* MXP links */ +#mxplink { + text-decoration: underline; +} + + /* XTERM256 colors */ .color-000 { color: #000000; }