Style pre, code and kbd tags
This commit is contained in:
parent
9032e2afe7
commit
d93e9d12dc
|
@ -27,6 +27,15 @@ i.hostmask {
|
||||||
opacity: 0.7;
|
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 */
|
/* Hide nick (and edit) in input bar, not ideal */
|
||||||
#nick {
|
#nick {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Reference in New Issue