git ssb

1+

Daan Patchwork / patchwork



Tree: 55fc93a9190c25f467ead205ab8d676b5191dbd4

Files: 55fc93a9190c25f467ead205ab8d676b5191dbd4 / styles / light / all-channels.mcss

392 bytesRaw
1AllChannels {
2 a.channel {
3 background-color: rgba(255, 255, 255, 0.66)
4 color: #333
5 transition: background-color 0.2s
6 overflow: hidden
7 text-overflow: ellipsis
8 :hover {
9 background-color: rgba(255, 255, 255, 0.4)
10 }
11 a {
12 font-weight: bold
13 -subscribe {
14 :hover {
15 background-color: rgb(112, 184, 212)
16 }
17 }
18 }
19 }
20}
21

Built with git-ssb-web