Updated Sigils to target only icon in the navbar (skip menus)

This commit is contained in:
scar 2021-12-23 10:43:57 +01:00
parent e6cd3a2cfa
commit b9188336da
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
domain("ppr-stream.alkemics.com"), domain("ppr-stream.alkemics.com"),
domain("ltg-stream.alkemics.com"), domain("ltg-stream.alkemics.com"),
domain("int.alkemics.com") { domain("int.alkemics.com") {
.mdi-account::before { #navbar-profile .dropdown-toggle .mdi-account::before {
content: "\F4DC"; content: "\F4DC";
color: orange; color: orange;
} }

View File

@ -2,7 +2,7 @@
domain("ppr-stream.alkemics.com"), domain("ppr-stream.alkemics.com"),
domain("ltg-stream.alkemics.com"), domain("ltg-stream.alkemics.com"),
domain("int.alkemics.com") { domain("int.alkemics.com") {
.mdi-account::before { #navbar-profile .dropdown-toggle .mdi-account::before {
content: "\F20F"; content: "\F20F";
color: turquoise; color: turquoise;
} }