feat: 검증된 인게임 글자 크기를 네 단계로 통합
This commit is contained in:
@@ -740,7 +740,7 @@ onMounted(async () => {
|
||||
.nation-cities-page {
|
||||
width: 1000px;
|
||||
margin: 0 auto;
|
||||
font-size: 14px;
|
||||
font-size: var(--sammo-font-size-normal);
|
||||
line-height: 1.3;
|
||||
}
|
||||
.legacy-table {
|
||||
@@ -836,7 +836,7 @@ onMounted(async () => {
|
||||
}
|
||||
.secret-commands {
|
||||
text-align: left !important;
|
||||
font-size: 12px;
|
||||
font-size: var(--sammo-font-size-small);
|
||||
}
|
||||
.bonus {
|
||||
color: cyan;
|
||||
|
||||
Reference in New Issue
Block a user