mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-27 06:13:32 +09:00
Merge pull request #695 from misol/develop
회원 모듈 simple world 스킨 글자/배경 대비 수정
This commit is contained in:
commit
e1eed9a1c8
1 changed files with 2 additions and 2 deletions
|
|
@ -173,7 +173,7 @@ script, style
|
|||
display:block;
|
||||
padding: 10px;
|
||||
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;
|
||||
text-shadow: none;
|
||||
border:0;
|
||||
|
|
@ -331,7 +331,7 @@ script, style
|
|||
}
|
||||
.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;
|
||||
color:#000;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue