Files: 58ab0241031aa549a35cce1e678c27065ae66221 / styles / light / channel-list.mcss
419 bytesRaw
1 | ChannelList { |
2 | a.channel { |
3 | background-color: rgba(255, 255, 255, 0.66) |
4 | color: #333 |
5 | transition: background-color 0.2s |
6 | -more { |
7 | color: #658aaf |
8 | background: rgb(255, 255, 255) |
9 | } |
10 | :hover { |
11 | background-color: rgba(255, 255, 255, 0.4) |
12 | } |
13 | a { |
14 | font-weight: bold |
15 | -subscribe { |
16 | :hover { |
17 | background-color: rgb(112, 184, 212) |
18 | } |
19 | } |
20 | } |
21 | } |
22 | } |
23 |
Built with git-ssb-web