mirror of
https://github.com/weechat/weechat.git
synced 2026-06-28 05:46:38 +02:00
13 lines
213 B
CSS
13 lines
213 B
CSS
div.sectionbody {
|
|
font-family: serif,Helvetica,arial;
|
|
}
|
|
h5 {
|
|
font-size: 0.95em;
|
|
}
|
|
span.command {
|
|
background: #EEEEFF;
|
|
border: solid 1px #BBBBDD;
|
|
padding: 0 8px 0 8px;
|
|
margin-right: 12px;
|
|
}
|