git ssb

10+

Matt McKegg / patchwork



Commit 12f11512b3137b00d22a72c33e6f0272375b449b

tweak style of likes and channel

Matt McKegg committed on 7/6/2018, 3:00:11 PM
Parent: b7ae6aab41bf1d2ae415e7621d196b09103f4371

Files changed

styles/dark/message.mcsschanged
styles/light/message.mcsschanged
styles/dark/message.mcssView
@@ -205,17 +205,18 @@
205205 padding: 4px
206206 }
207207
208208 a.channel {
209- font-size: 75%;
209+ font-size: 100%;
210+ color: #b3b3b3
210211
211212 :hover {
212213 color: #c1cdf0
213214 }
214215 }
215216
216217 a.likes {
217- font-size: 75%;
218+ font-size: 85%;
218219
219220 ::before {
220221 content: '❤ '
221222 color: #ff2f92
styles/light/message.mcssView
@@ -203,9 +203,9 @@
203203 font-weight: bold;
204204 }
205205
206206 a.likes {
207- font-size: 75%;
207+ font-size: 85%;
208208 color: #757474
209209
210210 ::before {
211211 content: '❤ '

Built with git-ssb-web