git ssb

1+

Daan Patchwork / patchwork



Tree: d57888ef7cadce4b33325b131c3bab518fe51cde

Files: d57888ef7cadce4b33325b131c3bab518fe51cde / styles / dracula / profile-list.mcss

292 bytesRaw
1ProfileList {
2 a.profile {
3 background-color: #44475a
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: #44475a
17 }
18 }
19}
20

Built with git-ssb-web