fix(Sigils): change retailer color to match FF container

This commit is contained in:
Simon 2022-12-15 15:39:55 +01:00
parent 1893c1bfd3
commit 9fc42d211d

View File

@ -7,6 +7,6 @@ domain("alkemics.com") {
li.HelpCenter:not(#academy-access) ~ li#navbar-profile > a > i.mdi-account::before {
content: "\F4DC";
color: orange;
color: coral;
}
}