mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-03-23 23:29:35 +01:00
Update character builds
This commit is contained in:
parent
d69b3e845d
commit
45a6583930
2 changed files with 229 additions and 204 deletions
src
File diff suppressed because it is too large
Load diff
|
@ -397,7 +397,7 @@
|
|||
{$t('characters.build')}
|
||||
{build.recommended ? '👍' : ''}
|
||||
</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 !== ''}
|
||||
<h4 class="font-black font-display text-lg mt-4">ABILITY TIP</h4>
|
||||
<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%);
|
||||
}
|
||||
|
||||
.character-note :global(b) {
|
||||
color: #ffd780ff;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
@screen xl {
|
||||
.character-image {
|
||||
max-width: 550px;
|
||||
|
|
Loading…
Add table
Reference in a new issue