git ssb

10+

Matt McKegg / patchwork



Commit e9821d32fb6ff15378e16ebab78b3dc2eee3129d

tweak notification colors to contrast with sidebar

Matt McKegg committed on 10/31/2016, 9:43:10 PM
Parent: 53f025a1f54ccd17981e2fc9a71ef5b27bce8f99

Files changed

styles/feed-event.mcsschanged
styles/notifier.mcsschanged
styles/feed-event.mcssView
@@ -11,14 +11,15 @@
1111 font-size: 120%
1212 }
1313
1414 a.full {
15- display: block
15 + display: block;
1616 padding: 10px;
17- background: #d6e4ec;
17 + background: #daecd6;
1818 border-top: 1px solid #bbc9d2;
1919 border-bottom: 1px solid #bbc9d2;
2020 text-align: center;
21 + color: #759053;
2122 }
2223
2324 div.replies {
2425 font-size: 100%
styles/notifier.mcssView
@@ -12,7 +12,13 @@
1212 animation: 0.5s slide-in
1313 position: relative
1414
1515 -loader {
16 + background: rgb(255, 239, 217);
17 + border-bottom: 1px solid rgb(228, 220, 195);
18 + color: #10100c !important;
1619
20 + :hover {
21 + background: rgb(245, 229, 207);
22 + }
1723 }
1824 }

Built with git-ssb-web