git ssb

0+

alanz / patchwork



forked from Matt McKegg / patchwork

Commit 19d40e88fd60bad60f36861b5c35004cf8e1b0f1

dark theme: tweak background color of "This is you" on preview

Matt McKegg committed on 10/17/2017, 1:14:57 AM
Parent: fd1ede87dfa5cdbb403b2eb9ea5406a1a6570755

Files changed

modules/profile/html/preview.jschanged
styles/dark/profile-preview.mcsschanged
modules/profile/html/preview.jsView
@@ -93,9 +93,9 @@
9393 })
9494 ])
9595 ])
9696 } else if (value[0] === 0) {
97- return h('section', [
97+ return h('section -you', [
9898 i18n('This is you.')
9999 ])
100100 }
101101 }
styles/dark/profile-preview.mcssView
@@ -29,8 +29,12 @@
2929
3030 -mutualFriends {
3131 background: #7192ce
3232 }
33+
34+ -you {
35+ background: #7d7d7d;
36+ }
3337 }
3438
3539 header {
3640 display: flex;

Built with git-ssb-web