From ffc25dbd68959765a857549576c9b3235ed79e5e Mon Sep 17 00:00:00 2001 From: Griatch Date: Sat, 10 Aug 2019 12:15:26 +0200 Subject: [PATCH] Make MXP links more visible in webclient --- evennia/web/webclient/static/webclient/css/webclient.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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; }