Files: d3826fa5570d6a70af4cd9401fe6f9284ec0ef5c / styles / dark / profile-preview.mcss
411 bytesRaw
1 | ProfilePreview { |
2 | background: #525252 |
3 | border: 2px solid #636363 |
4 | color: white |
5 | section { |
6 | background: #4c4a4a |
7 | -distanceWarning { |
8 | background: #ab7d47 |
9 | } |
10 | -mutualFriends { |
11 | background: #7192ce |
12 | } |
13 | -you { |
14 | background: #7d7d7d |
15 | } |
16 | } |
17 | header { |
18 | div.main { |
19 | div.title { |
20 | h1 { |
21 | a { |
22 | color: white |
23 | } |
24 | } |
25 | } |
26 | } |
27 | } |
28 | } |
29 |
Built with git-ssb-web