[fix] tweaks

This commit is contained in:
alban 2020-05-23 22:06:24 +02:00
parent 5bedb0c2a9
commit 3ce2e4514d
3 changed files with 25 additions and 14 deletions

View file

@ -13,6 +13,8 @@
font-size: .875rem;
color: #888;
line-height:1.2em;
text-align: right;
}
.log .meta p {
@ -41,6 +43,11 @@
}
.log pre .cmd {
background: #eee;
color: #003e80;
color: #333f4d;
padding: 3px 8px;
}
@media (max-width: 991.98px){
.log .meta {
text-align: left;
}