[enh] there should be an html styling for commands

This commit is contained in:
Alban Crommer 2020-05-22 20:00:50 +00:00 committed by Alban Crommer
parent 381953bbd0
commit ea411c6cde
2 changed files with 11 additions and 4 deletions

View file

@ -17,4 +17,9 @@
.log p {
color: #666;
}
}
.log span.cmd {
background: #eee;
color: #003e80;
padding: 3px 8px;
}