Files: 1b66c47afdef9e153462cf94ef615c9b15f47c84 / styles / markdown.mcss
144 bytesRaw
1 | Markdown { |
2 | word-break: break-word |
3 | (pre) { |
4 | overflow: auto; |
5 | padding: 10px; |
6 | background: #fbfbfb; |
7 | border: 1px solid #EEE; |
8 | } |
9 | } |
10 |
Built with git-ssb-web