Files: df2a2ada6eb755c0b52aad076d8abdcf12c14ad5 / static / nicer.css
457 bytesRaw
1 | .ssb-message { |
2 | border-bottom: 1px solid #ddd; |
3 | margin: 1em 0; |
4 | } |
5 | |
6 | h1, h2, h3, h4 { |
7 | line-height: 1.2; |
8 | } |
9 | |
10 | .ssb-thread { |
11 | width: 80ex; |
12 | max-width: 100%; |
13 | min-width: 57%; |
14 | margin: 0 auto; |
15 | line-height: 1.5; |
16 | font-family: sans-serif; |
17 | } |
18 | |
19 | .ssb-message:target { |
20 | background-color: #fcfae8; |
21 | padding: 1em 1em 0; |
22 | margin: -1em -1em 0; |
23 | } |
24 | .ssb-message:target:first-child { |
25 | margin-top: 0; |
26 | } |
27 | |
28 | .ssb-emoji { |
29 | height: 1em; |
30 | width: 1em; |
31 | vertical-align: top; |
32 | } |
33 |
Built with git-ssb-web