Start writing the twitch combat tutorial

This commit is contained in:
Griatch 2023-05-04 00:50:54 +02:00
parent b2142f23da
commit 7bb2f55434
5 changed files with 94 additions and 9 deletions

View file

@ -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;