Files: 55fc93a9190c25f467ead205ab8d676b5191dbd4 / styles / dracula / feed-event.mcss
576 bytesRaw
1 | FeedEvent { |
2 | background: transparent |
3 | -group { |
4 | -new { |
5 | background-color: #44475a |
6 | } |
7 | background: #44475a |
8 | a.expand { |
9 | background: #44475a |
10 | color: #dadada |
11 | :hover { |
12 | color: white |
13 | } |
14 | } |
15 | div.items { |
16 | (div.Message) { |
17 | background-color: #44475a |
18 | } |
19 | } |
20 | } |
21 | a.full { |
22 | background: #343744 |
23 | color: #bd93f9 |
24 | } |
25 | div.replies { |
26 | border-top: 1px solid #282a36 |
27 | div + div { |
28 | border-top: 1px solid #282a36 |
29 | } |
30 | } |
31 | div.meta { |
32 | color: #6272a4 |
33 | padding: 8px 20px |
34 | text-align: right |
35 | } |
36 | } |
37 |
Built with git-ssb-web