Files: 04ed909259996b33de1dbd7bfdf406cef94b88dd / styles / dark / not-following-anyone.mcss
423 bytesRaw
1 | NotFollowingAnyoneWarning { |
2 | margin: auto |
3 | |
4 | section { |
5 | padding: 20px 20px 20px 20px |
6 | width: 700px |
7 | |
8 | -notFollowingAnyoneWarning { |
9 | border: 1px solid #ffba4e |
10 | background: #5f410b |
11 | margin: 5px 0 |
12 | color: #ffdda7 |
13 | font-size: 110% |
14 | } |
15 | |
16 | h1 { |
17 | font-size: 120% |
18 | font-weight: bold |
19 | margin: 0 |
20 | color: white |
21 | } |
22 | |
23 | p { |
24 | margin: 0 |
25 | margin-top: 8px |
26 | } |
27 | } |
28 | } |
29 |
Built with git-ssb-web