git ssb

1+

Daan Patchwork / patchwork



Tree: d3826fa5570d6a70af4cd9401fe6f9284ec0ef5c

Files: d3826fa5570d6a70af4cd9401fe6f9284ec0ef5c / styles / dark / feed-event.mcss

557 bytesRaw
1FeedEvent {
2 background: transparent
3 -group {
4 -new {
5 background-color: #505050
6 }
7 background: #505050
8 a.expand {
9 background: #656363
10 color: #dadada
11 :hover {
12 color: white
13 }
14 }
15 div.items {
16 (div.Message) {
17 background-color: #444444
18 }
19 }
20 }
21 a.full {
22 background: #2d2c2c
23 }
24 div.replies {
25 border-top: 1px solid #2d2c2c
26 div + div {
27 border-top: 1px solid #2d2c2c
28 }
29 }
30 div.meta {
31 color: #757474
32 padding: 8px 20px
33 text-align: right
34 }
35}
36

Built with git-ssb-web