git ssb

0+

alanz / patchwork



forked from Matt McKegg / patchwork

Commit d8b6f036c819308b37141732de65ca30cf12b966

experiment with black text on channel list

Matt McKegg committed on 4/16/2017, 4:53:21 AM
Parent: 96a42eea63e7c6a6cf299214be542ab9e1a5c260

Files changed

styles/channel-list.mcsschanged
styles/split-view.mcsschanged
styles/channel-list.mcssView
@@ -4,8 +4,9 @@
44 padding: 8px 10px;
55 font-size: 110%;
66 margin: 4px 0;
77 background: rgba(255, 255, 255, 0.66);
8+ color: #333;
89 border-radius: 5px;
910 position: relative
1011 transition: background-color 0.2s
1112 max-width: 250px;
styles/split-view.mcssView
@@ -9,9 +9,9 @@
99 }
1010 div.side {
1111 width: 280px;
1212 padding: 20px;
13- background: linear-gradient(81deg, #d2f0ff, #ffffff);
13+ background: linear-gradient(81deg, #d6ecff, rgb(248, 253, 253));
1414 border-right: 1px solid #dcdcdc;
1515 overflow-y: auto;
1616
1717 -right {

Built with git-ssb-web