mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Make MXP links more visible in webclient
This commit is contained in:
parent
7ea96d41e6
commit
ffc25dbd68
1 changed files with 8 additions and 1 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue