Files: a397d2b2add6be261bf7ddda868de8161e8ae5f3 / styles / dark / thread.mcss
210 bytesRaw
1 | Thread { |
2 | flex: 1 |
3 | max-width: 700px |
4 | width: 100% |
5 | margin: 10px auto |
6 | |
7 | div.messages { |
8 | a.full { |
9 | display: block; |
10 | padding: 10px; |
11 | background: #2d2c2c |
12 | text-align: center; |
13 | } |
14 | } |
15 | } |
16 |
Built with git-ssb-web