git ssb

10+

Matt McKegg / patchwork



Tree: d170e66ba2918935e031c59b154e8a2b42afb08e

Files: d170e66ba2918935e031c59b154e8a2b42afb08e / styles / light / public-feed.mcss

289 bytesRaw
1PublicFeed {
2 margin: auto
3
4 section {
5 background: #4c4a4a
6 color: white
7 padding: 20px
8 width: 700px
9
10 -notFollowingAnyoneWarning {
11 border: 1px solid #D8000C;
12 background: #FFBABA;
13 margin: 5px 0;
14 color: #D8000C;
15 font-size: 110%;
16 }
17 }
18}
19

Built with git-ssb-web