fix(5): Detect via a sibling css selector

This commit is contained in:
Simon
2022-12-09 17:25:33 +01:00
parent aef7376bf9
commit ac89147f8c
5 changed files with 16 additions and 22 deletions

14
Sigils.css Normal file
View File

@@ -0,0 +1,14 @@
@-moz-document domain("salsify.com"),
domain("salsify.com"),
domain("alkemics.com"),
domain("alkemics.com") {
li.HelpCenter#academy-access ~ li#navbar-profile > a > i.mdi-account::before {
content: "\F20F";
color: violet;
}
li.HelpCenter:not(#academy-access) ~ li#navbar-profile > a > i.mdi-account::before {
content: "\F4DC";
color: orange;
}
}