mirror of
https://github.com/Newnetirc/thelounge-theme-newnet.git
synced 2026-01-24 07:30:19 +00:00
Style pre, code and kbd tags
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user