Update character builds

pull/1/head
Made Baruna 2022-01-15 20:19:16 +07:00
parent d69b3e845d
commit 45a6583930
2 changed files with 229 additions and 204 deletions

File diff suppressed because it is too large Load Diff

View File

@ -397,7 +397,7 @@
{$t('characters.build')} {$t('characters.build')}
{build.recommended ? '👍' : ''} {build.recommended ? '👍' : ''}
</h3> </h3>
<p class="whitespace-pre-wrap text-gray-200">{build.note}</p> <p class="whitespace-pre-wrap text-gray-200 character-note">{@html build.note}</p>
{#if build.tip !== ''} {#if build.tip !== ''}
<h4 class="font-black font-display text-lg mt-4">ABILITY TIP</h4> <h4 class="font-black font-display text-lg mt-4">ABILITY TIP</h4>
<p class="whitespace-pre-wrap text-gray-200">{build.tip}</p> <p class="whitespace-pre-wrap text-gray-200">{build.tip}</p>
@ -654,6 +654,11 @@
background: linear-gradient(180deg, rgba(37, 41, 74, 0) 0%, rgba(37, 41, 74, 0.75) 10%); background: linear-gradient(180deg, rgba(37, 41, 74, 0) 0%, rgba(37, 41, 74, 0.75) 10%);
} }
.character-note :global(b) {
color: #ffd780ff;
font-weight: 400;
}
@screen xl { @screen xl {
.character-image { .character-image {
max-width: 550px; max-width: 550px;