git ssb

16+

Dominic / patchbay



Commit 5fe0e8a6f94d635713a10e68c26fa7ab8d857f80

Merge pull request #305 from justinabrahms/preformatted-code-block-bg

Fix preformatted code blocks so they have the same look on posts view.
mix irving authored on 1/24/2019, 1:22:54 AM
GitHub committed on 1/24/2019, 1:22:54 AM
Parent: b3bd6a67e072064441645222b0a68bc89d122c35
Parent: 698df6a27a24b57cd7df90b0c57eed596abd535c

Files changed

app/page/posts.mcsschanged
app/page/posts.mcssView
@@ -121,8 +121,10 @@
121121 p {
122122 :first-of-type { margin-top: 0 }
123123 }
124124 (img) { max-width: 100% }
125 + (pre) { background-color: #000; }
126 + (code) { background-color: #000; }
125127 (a) { color: #db67ed }
126128 }
127129 }
128130

Built with git-ssb-web