style: fix bold text on terminal sections
parent
7c3cd0bd9c
commit
d5786e1445
|
@ -126,6 +126,9 @@ pre.terminal {
|
|||
|
||||
padding: 1em;
|
||||
}
|
||||
pre.terminal b {
|
||||
color: #c8ff52;
|
||||
}
|
||||
pre.terminal span {
|
||||
color: inherit;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue