summaryrefslogtreecommitdiff
path: root/conf/stylesheet.css
blob: 8b5ace1a5e02e8a91adedfb0e3953f0b9b6b6457 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
body {
    background-color: #F8F8FF;
    font-family: arial, sans-serif;
    font-size: 13px;
}

.time {
    color: #445588;
}

.person {
    color: #DD1144;
    font-weight: bold;
}

.kick {
    color: #FF0000;
}