diff --git a/README.md b/README.md index afe28ff..f2aceda 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Repeate for each styles you want to enables. ![example of Prod banner](public/PROD_banner_animated.gif) * `Whiter banner.css`: Look & feel, mainly changing text to pure white and the hover and active elements. A _must have_. Works with the others files. * `Sigils.css`: Change the top-right user icon to a Shop or Factory depending on if you are logged as ar Retailer or a Supplier. - * ![example of orange shop icon](public/user-orange-shop.png) ![example of violet factory icon](public/user-violet-factory.png) + * ![example of factory icon](public/user-white-factory.png) ![example of shop icon](public/user-white-shop.png) * `Jirafy.less`: Animate the Jira navbar with a light rotation on buttons. Lighten the Create button as well. ![icon take less space](public/jirafy-small-icon.png) ![nice animation on click](public/jirafy-animated.gif) diff --git a/Sigils.css b/Sigils.css index bfb917e..4946858 100644 --- a/Sigils.css +++ b/Sigils.css @@ -1,12 +1,12 @@ @-moz-document domain("salsify.com"), domain("alkemics.com") { - li.HelpCenter#academy-access ~ li#navbar-profile > a > i.mdi-account::before { + li.HelpCenter#academy-access~li#navbar-profile>a>i.mdi-account::before { content: "\F20F"; - color: violet; + /*color: violet;*/ } - li.HelpCenter:not(#academy-access) ~ li#navbar-profile > a > i.mdi-account::before { + li.HelpCenter:not(#academy-access)~li#navbar-profile>a>i.mdi-account::before { content: "\F4DC"; - color: coral; + /*color: coral;*/ } } \ No newline at end of file diff --git a/public/user-white-factory.png b/public/user-white-factory.png new file mode 100644 index 0000000..f07f717 Binary files /dev/null and b/public/user-white-factory.png differ diff --git a/public/user-white-shop.png b/public/user-white-shop.png new file mode 100644 index 0000000..ba3fb2f Binary files /dev/null and b/public/user-white-shop.png differ