-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathres.css
More file actions
34 lines (27 loc) · 647 Bytes
/
res.css
File metadata and controls
34 lines (27 loc) · 647 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
.thing .title a.title{
color: #7399FA!important;
}
.thing .title a.title:visited {
color: #626262!important;
}
.thing .RES-keyNav-activeElement .title a.title {
color: #73CCFA!important;
}
.thing .RES-keyNav-activeElement .title a.title:visited {
color: #787878!important;
}
.stickied .title a.title{
color: green!important;
}
.stickied .RES-keyNav-activeElement .title a.title {
color: green!important;
}
.stickied .title a.title:visited {
color: #626262!important;
}
.stickied .RES-keyNav-activeElement .title a.title:visited {
color: #787878!important;
}
#chat, #chat-count {
display:none!important;
}