mirror of
https://github.com/evennia/evennia.git
synced 2026-04-05 23:47:16 +02:00
Add 'inherit' as link CSS tags to make sure the links properly inherit colors given outside the link. The drawback is that one can't give a standard color to the link itself this way (it's just underlined). This deals with #979.
This commit is contained in:
parent
418395bd01
commit
1b9437ce97
1 changed files with 3 additions and 2 deletions
|
|
@ -21,8 +21,9 @@ body {
|
|||
}
|
||||
|
||||
|
||||
a:link, a:visited { color: #fff }
|
||||
a:hover, a:active { color: #ccc }
|
||||
a:link, a:visited { color: inherit }
|
||||
a:hover, a:active { color: inherit;
|
||||
font-weight: bold;}
|
||||
|
||||
/* Set this to e.g. bolder if wanting to have ansi-highlights bolden
|
||||
* stand-alone text.*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue