Files: d410e696e202f0fa3b384dfa76ad876acb28868b / styles / dracula / all-channels.mcss
430 bytesRaw
1 | AllChannels { |
2 | a.channel { |
3 | background-color: #282a36 |
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 | :hover { |
15 | background-color: #44475a |
16 | } |
17 | a { |
18 | -subscribe { |
19 | :hover { |
20 | background-color: #51c067 |
21 | } |
22 | } |
23 | } |
24 | } |
25 | } |
26 |
Built with git-ssb-web