git ssb

1+

Daan Patchwork / patchwork



Tree: 06ded70b47c2b7b6dbd436a59f532f6caff0e67c

Files: 06ded70b47c2b7b6dbd436a59f532f6caff0e67c / styles / dracula / channel-list.mcss

609 bytesRaw
1ChannelList {
2 a.channel {
3 background-color: #44475a
4 color: #ccc
5 transition: background-color 0.25s
6 -more {
7 background-color: transparent
8 color: #6e6d6d
9 :hover {
10 background-color: transparent
11 color: #ccc
12 }
13 }
14 -subscribe {
15 :hover {
16 background-color: #50fa7b
17 color: white
18 }
19 }
20 -subscribed {
21 span.name {
22 font-weight: bold
23 }
24 }
25 :hover {
26 background-color: #44475a
27 }
28 a {
29 -subscribe {
30 :hover {
31 background-color: #51c067
32 }
33 }
34 }
35 }
36}
37

Built with git-ssb-web