git ssb

10+

Matt McKegg / patchwork



Commit c4244c04337f0207e8175cfc469fe92e18dc16ba

add a color complementary colour scheme!

mix irving committed on 4/15/2017, 7:02:10 AM
Parent: 89f1ce036571ba33a64efc260a594fbc8b43ba39

Files changed

styles/button.mcsschanged
styles/loading.mcsschanged
styles/message.mcsschanged
styles/profile-list.mcsschanged
styles/split-view.mcsschanged
styles/button.mcssView
@@ -26,11 +26,11 @@
2626 border-color: #DDD !important;
2727 }
2828
2929 -pub {
30- color: #6a7e6a;
31- background-color: #ecfff0;
32- border-color: #8ba289;
30 + color: #fff;
31 + background-color: #dc816f
32 + border: none
3333 }
3434
3535 -save {
3636 border-color: #a7c7a6;
styles/loading.mcssView
@@ -29,9 +29,9 @@
2929 height: 100px
3030 width: 100px
3131 }
3232 ::after {
33- color: #CCC;
33 + color: #ae6051;
3434 content: 'Loading...'
3535 font-size: 200%
3636 }
3737 }
@@ -53,9 +53,9 @@
5353 height: 30px
5454 content: "<circle cx='15' cy='15' r='10' /><circle cx='10' cy='10' r='2' /><circle cx='20' cy='20' r='3' />"
5555
5656 circle {
57- stroke: #CCC
57 + stroke: #ae6051
5858 stroke-width: 3px
5959 fill: none
6060 }
6161 }
styles/message.mcssView
@@ -133,9 +133,9 @@
133133 }
134134
135135 span.likes {
136136 color: #ffffff;
137- background: #859c88
137 + background: #7ac3d1
138138 padding: 5px 8px;
139139 border-radius: 0
140140 display: inline-block;
141141 vertical-align: top;
styles/profile-list.mcssView
@@ -23,15 +23,15 @@
2323
2424 @svg connected {
2525 width: 20px
2626 height: 12px
27- content: "<circle cx='6' stroke='none' fill='green' cy='6' r='5' />"
27 + content: "<circle cx='6' stroke='none' fill='#00d5ff' cy='6' r='5' />"
2828 }
2929
3030 @svg following {
3131 width: 20px
3232 height: 12px
33- content: "<circle cx='6' stroke='#888' fill='none' cy='6' r='5' /> <circle cx='6' cy='6' r='3' fill='#888'/>"
33 + content: "<circle cx='6' stroke='#888' fill='none' cy='6' r='5' /> <circle cx='6' cy='6' r='3' fill='#00d5ff'/>"
3434 }
3535
3636 :hover {
3737 background-color: rgba(255, 255, 255, 0.4);
styles/split-view.mcssView
@@ -5,13 +5,14 @@
55 display: flex
66 flex-direction: column
77 flex: 1
88 overflow-y: auto
9 + background-color: #c7dce0;
910 }
1011 div.side {
1112 width: 280px;
1213 padding: 20px;
13- background: #d2f0ff
14 + background: #7ac3d1
1415 border-right: 1px solid #dcdcdc;
1516 overflow-y: auto;
1617
1718 -right {
@@ -22,10 +23,10 @@
2223
2324 h2 {
2425 margin-top: 20px
2526 margin-bottom: 8px
26- color: #527b90;
27- text-shadow: 0px 0px 3px #fff;
27 + color: #fff;
28 + text-shadow: 0px 0px 3px ##3baec4;
2829 font-weight: normal;
2930 span.sub {
3031 font-weight: normal
3132 font-size: 90%

Built with git-ssb-web