mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-04 18:29:21 +01:00
42 lines
463 B
CSS
42 lines
463 B
CSS
|
.channel {
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
.botcommand {
|
||
|
font-family: monospace;
|
||
|
}
|
||
|
|
||
|
.flag {
|
||
|
font-family: monospace;
|
||
|
}
|
||
|
|
||
|
.nick {
|
||
|
font-style: italic;
|
||
|
}
|
||
|
|
||
|
.plugin {
|
||
|
font-family: monospace;
|
||
|
}
|
||
|
|
||
|
.capability {
|
||
|
font-family: monospace;
|
||
|
}
|
||
|
|
||
|
.registrygroup {
|
||
|
font-family: monospace;
|
||
|
}
|
||
|
|
||
|
.ircsession {
|
||
|
font-family: monospace;
|
||
|
display: block;
|
||
|
background-color: #666666;
|
||
|
}
|
||
|
|
||
|
.script {
|
||
|
font-family: monospace;
|
||
|
}
|
||
|
|
||
|
.channel {
|
||
|
font-weight: bold;
|
||
|
}
|