mirror of
https://github.com/evennia/evennia.git
synced 2026-03-29 20:17:16 +02:00
Start writing the twitch combat tutorial
This commit is contained in:
parent
b2142f23da
commit
7bb2f55434
5 changed files with 94 additions and 9 deletions
|
|
@ -250,10 +250,22 @@ div.highlight {
|
|||
border-radius: 5px;
|
||||
}
|
||||
|
||||
div.highlight-shell.notranslate > div.highlight .nb {
|
||||
color: #79ecff !important;
|
||||
/* Shell code style (for in-game blocks) */
|
||||
div.highlight-shell.notranslate > div.highlight .nb{
|
||||
color: white !important;
|
||||
}
|
||||
div.highlight-shell.notranslate > div.highlight .m{
|
||||
color: white !important;
|
||||
font-weight: normal !important;
|
||||
}
|
||||
div.highlight-shell.notranslate > div.highlight .k{
|
||||
color: white !important;
|
||||
font-weight: normal !important;
|
||||
}
|
||||
div.highlight-shell.notranslate > div.highlight .o{
|
||||
color: white !important;
|
||||
font-weight: normal !important;
|
||||
}
|
||||
|
||||
|
||||
div.note {
|
||||
background-color: #eee;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue