git ssb

1+

Daan Patchwork / patchwork



Tree: 55fc93a9190c25f467ead205ab8d676b5191dbd4

Files: 55fc93a9190c25f467ead205ab8d676b5191dbd4 / styles / light / markdown.mcss

474 bytesRaw
1Markdown {
2 (img) {
3 -pending {
4 border: 1px solid #ddd
5 background-color: #eee
6 }
7 }
8 (blockquote) {
9 border-left: 4px gainsboro solid
10 background: #fafafa
11 color: #7c7c7c
12 }
13 (hr) {
14 border-top: 1px solid #7e7e7e
15 }
16 (pre) {
17 background: #fbfbfb
18 border: 1px solid #eee
19 }
20 (a) {
21 [href^="#"], [href^="@"], [href^="%"] {
22 border-bottom: 1px dotted #286bc3
23 :hover {
24 text-decoration: none
25 }
26 }
27 }
28}
29

Built with git-ssb-web