Merge pull request #767 from Foundryborne/fix/762-custom-domain-localization

[Fix] 762 - Custom Domain Localization
This commit is contained in:
Chris Ryan 2025-08-10 19:36:49 +10:00 committed by GitHub
commit 33ac683a91
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 29 additions and 10 deletions

View file

@ -10,7 +10,7 @@
}
.character-row .domains-section img {
filter: invert(88%) sepia(98%) saturate(1784%) hue-rotate(311deg) brightness(104%) contrast(91%);
filter: @golden-filter;
}
}
}, {
@ -20,7 +20,7 @@
}
.character-row .domains-section img {
filter: invert(87%) sepia(15%) saturate(343%) hue-rotate(333deg) brightness(110%) contrast(87%);
filter: brightness(0) saturate(100%);
}
}
});