Files: 9c5fb9afa9248c901294db9eac5e350da9bc055d / message / html / backlinks.mcss
264 bytesRaw
1 | MessageBacklinks { |
2 | font-size: .8rem |
3 | color: grey |
4 | |
5 | background: rgba(0,0,0,.05) |
6 | padding: .7rem 1rem 1rem |
7 | margin-top: 1rem |
8 | |
9 | header { |
10 | font-weight: 600 |
11 | letter-spacing: 1px |
12 | } |
13 | |
14 | ul { |
15 | margin-bottom: 0 |
16 | li { |
17 | a { color: grey } |
18 | } |
19 | } |
20 | } |
21 |
Built with git-ssb-web