14 lines
394 B
CSS
14 lines
394 B
CSS
@-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;
|
|
}
|
|
} |