style: fix bold text on terminal sections

master
BodgeMaster 2025-07-20 20:26:24 +02:00
parent 7c3cd0bd9c
commit d5786e1445
1 changed files with 3 additions and 0 deletions

View File

@ -126,6 +126,9 @@ pre.terminal {
padding: 1em;
}
pre.terminal b {
color: #c8ff52;
}
pre.terminal span {
color: inherit;
}