blob: 93cba41ef90ed5145ea8a005fea33876885a4047 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/* This file is for your main application css. */
.custom_active {
color: #fff;
background-color: #080808;
}
.have_unread {
color: #fff;
font-weight: bold;
}
.conn_establishing {
color: #999;
}
|