Files: 25a1b62eac06d4d75d5b9b4ee53a86ab7f163b5f / styles / dark / profile-header.mcss
900 bytesRaw
1 | ProfileHeader { |
2 | div.main { |
3 | section { |
4 | -publicKey { |
5 | pre { |
6 | color: grey |
7 | background: #333333 |
8 | ::selection { |
9 | background: black |
10 | color: white |
11 | } |
12 | } |
13 | } |
14 | -blocked { |
15 | border: 1px solid #ff4e4e; |
16 | background: #5f0b0b; |
17 | color: #ffd3d3; |
18 | } |
19 | |
20 | -ignore { |
21 | border: 1px solid #8a4eff; |
22 | background: #1a0b5f; |
23 | color: #dfd3ff; |
24 | } |
25 | |
26 | -blockWarning { |
27 | border: 1px solid #ffba4e |
28 | background: #5f410b |
29 | color: #ffdda7 |
30 | a { |
31 | color: #ffdda7 |
32 | :hover { |
33 | color: #ffb236 |
34 | } |
35 | } |
36 | } |
37 | -mutualFriends { |
38 | border: 1px solid #046ac1 |
39 | background: #0b405f |
40 | a { |
41 | color: #dbecf7 |
42 | :hover { |
43 | color: #91d4ff |
44 | } |
45 | } |
46 | } |
47 | } |
48 | } |
49 | } |
50 |
Built with git-ssb-web