Files: d410e696e202f0fa3b384dfa76ad876acb28868b / styles / dracula / channel-list.mcss
609 bytesRaw
1 | ChannelList { |
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