git ssb

1+

Daan Patchwork / patchwork



Tree: 4d9f238ff73f7136cd292da88f06c17fe1a8c445

Files: 4d9f238ff73f7136cd292da88f06c17fe1a8c445 / styles / light / channel-list.mcss

419 bytesRaw
1ChannelList {
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