mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-12 13:32:16 +09:00
글자/배경 대비 조정
This commit is contained in:
parent
e1ffe39a2e
commit
eb543775c1
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue