git ssb

10+

Matt McKegg / patchwork



Commit d3822aadfe8e7501ded08bca709a22dc48512806

change color of backlinks

Matt McKegg committed on 2/21/2017, 1:01:45 AM
Parent: 8acf2b4ee4bcb13290b5144cfc01ff1735159dea

Files changed

styles/message.mcsschanged
styles/message.mcssView
@@ -147,12 +147,12 @@
147147 }
148148
149149 a.backlink {
150150 display: block;
151- border-top: 1px solid #d1d0d0;
151 + border-top: 1px solid #e2e0e0;
152152 margin: 0 -1px;
153153 padding: 10px 15px;
154- background: #e8e6e6;
154 + background: #f3f2f2;
155155 border-bottom: 1px solid #d1d0d0;
156156 color: #8f8f8f;
157157 margin-top: -1px;
158158 font-size: 9pt;

Built with git-ssb-web