Style pre, code and kbd tags

This commit is contained in:
Pavel Djundik 2017-12-24 10:53:05 +02:00
parent 9032e2afe7
commit d93e9d12dc
1 changed files with 9 additions and 0 deletions

View File

@ -27,6 +27,15 @@ i.hostmask {
opacity: 0.7;
}
pre,
code,
kbd {
color: #ddd;
background-color: #444;
border-color: #666;
box-shadow: none;
}
/* Hide nick (and edit) in input bar, not ideal */
#nick {
display: none;