##// END OF EJS Templates
quick-login: make links be rcblue on hover.
marcink -
r4088:f9644077 default
parent child Browse files
Show More
@@ -213,12 +213,9 b''
213 213
214 214 a {
215 215 padding: 0 !important;
216 color: @rcblue !important;
217 216 }
218 217 }
219 a.bookmark-item {
220 color: @rcblue !important;
221 }
218
222 219 }
223 220
224 221
@@ -281,7 +278,7 b''
281 278 color: @grey4;
282 279
283 280 &:hover {
284 color: @grey2;
281 color: @rcblue;
285 282 }
286 283 }
287 284
@@ -181,7 +181,7 b''
181 181 border-bottom: none;
182 182 color: @grey2;
183 183
184 &:hover { color: @grey1; }
184 &:hover { color: @rcblue; }
185 185 }
186 186 }
187 187
General Comments 0
You need to be logged in to leave comments. Login now