git ssb

1+

Daan Patchwork / patchwork



Tree: 25a1b62eac06d4d75d5b9b4ee53a86ab7f163b5f

Files: 25a1b62eac06d4d75d5b9b4ee53a86ab7f163b5f / styles / dark / profile-list.mcss

292 bytesRaw
1ProfileList {
2 a.profile {
3 background-color: #313131
4 transition: background-color 0.25s
5 @svg connected {
6 circle {
7 fill: #45b754
8 }
9 }
10 div.main {
11 div.name {
12 color: #ccc
13 }
14 }
15 :hover {
16 background-color: #292929
17 }
18 }
19}
20

Built with git-ssb-web