The symbol in Cel 5 is now also thinner

This commit is contained in:
Hirame1 2022-04-13 16:09:42 +07:00
parent ae8ed61226
commit 36c0b20f0d
2 changed files with 5 additions and 1 deletions

View File

@ -618,7 +618,7 @@ export const RA_UNLOCKS = {
reward: "Unlock Enslaved's Memories",
pet: Ra.pets.effarig,
level: 8,
displayIcon: `<span>\uf0c1</span>`
displayIcon: `<span class="c-ra-pet-milestones-effarig-link">\uf0c1</span>`
},
SHARD_LEVEL_BOOST: {
id: 12,

View File

@ -7560,6 +7560,10 @@ kbd {
background: var(--color-ra-pet-effarig);
}
.c-ra-pet-milestones-effarig-link {
font-weight: normal;
}
.c-ra-pet-btn--enslaved {
color: var(--color-ra-pet-enslaved);
}