Files: d3826fa5570d6a70af4cd9401fe6f9284ec0ef5c / styles / dark / channel-list.mcss
506 bytesRaw
1 | ChannelList { |
2 | a.channel { |
3 | background-color: #313131 |
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 | -subscribed { |
15 | span.name { |
16 | font-weight: bold |
17 | } |
18 | } |
19 | :hover { |
20 | background-color: #292929 |
21 | } |
22 | a { |
23 | -subscribe { |
24 | :hover { |
25 | background-color: #51c067 |
26 | } |
27 | } |
28 | } |
29 | } |
30 | } |
31 |
Built with git-ssb-web