글자/배경 대비 조정

This commit is contained in:
MinSoo Kim 2017-02-06 19:12:50 +09:00
parent e1ffe39a2e
commit eb543775c1

View file

@ -173,7 +173,7 @@ script, style
display:block; display:block;
padding: 10px; padding: 10px;
vertical-align: bottom; vertical-align: bottom;
.bg-contrast(#000; lighten(@color,5%); darken(@color,5%); 2.0); .bg-contrast(#000; lighten(@color,5%); darken(@color,5%); 3.0);
font-weight: bold; font-weight: bold;
text-shadow: none; text-shadow: none;
border:0; border:0;
@ -331,7 +331,7 @@ script, style
} }
.rx_simple_member .pagination ul li.active>a .rx_simple_member .pagination ul li.active>a
{ {
.bg-contrast(#000; lighten(@color, 5%); darken(@color, 5%)); .bg-contrast(#000; lighten(@color, 5%); darken(@color, 5%), 2.0);
font-weight:bold; font-weight:bold;
color:#000; color:#000;
} }