Files: 02eb138217bf2dd28c3be988febc79c8d62e190b / styles / light / public-feed.mcss
439 bytesRaw
1 | PublicFeed { |
2 | margin: auto |
3 | |
4 | section { |
5 | background: #4c4a4a |
6 | padding: 20px 20px 20px 20px |
7 | width: 700px |
8 | |
9 | -notFollowingAnyoneWarning { |
10 | border: 1px solid #ffc965; |
11 | background: #ffebcc; |
12 | margin: 5px 0; |
13 | color: #8a6800; |
14 | font-size: 110%; |
15 | } |
16 | |
17 | h1 { |
18 | font-size: 120% |
19 | font-weight: bold |
20 | margin: 0 |
21 | color: #583805 |
22 | } |
23 | |
24 | p { |
25 | margin: 0 |
26 | margin-top: 8px |
27 | } |
28 | } |
29 | } |
30 |
Built with git-ssb-web