git ssb

16+

Dominic / patchbay



Commit b3bd6a67e072064441645222b0a68bc89d122c35

Merge pull request #302 from justinabrahms/lighter-link-color-for-dark-bg

Use the known 'light purple' color for links on main posts.
mix irving authored on 1/24/2019, 1:21:12 AM
GitHub committed on 1/24/2019, 1:21:12 AM
Parent: ee64f7cc3884a1411c20e5053419a6a63e1e7564
Parent: 13f02b8da54869681dd2943c80084df7945d7116

Files changed

app/page/posts.mcsschanged
app/page/posts.mcssView
@@ -121,8 +121,9 @@
121121 p {
122122 :first-of-type { margin-top: 0 }
123123 }
124124 (img) { max-width: 100% }
125 + (a) { color: #db67ed }
125126 }
126127 }
127128
128129 div.recent {

Built with git-ssb-web