git ssb

1+

Daan Patchwork / patchwork



Tree: d57888ef7cadce4b33325b131c3bab518fe51cde

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

440 bytesRaw
1ProfilePreview {
2 background: #6272a4
3 border: 2px solid #8be9fd
4 color: white
5 section {
6 background: #4c4a4a
7 -distanceWarning {
8 background: #ab7d47
9 }
10 -mutualFriends {
11 background: #bd93f9ce
12 }
13 -you {
14 background: #7d7d7d
15 }
16 }
17 hr {
18 color: #ccc
19 }
20 header {
21 div.main {
22 div.title {
23 h1 {
24 a {
25 color: white
26 }
27 }
28 }
29 }
30 }
31}
32

Built with git-ssb-web