diff --git a/src/other/firefox/Monterey/theme-alt.css b/src/other/firefox/Monterey/theme-alt.css index 169c167..6be6565 100644 --- a/src/other/firefox/Monterey/theme-alt.css +++ b/src/other/firefox/Monterey/theme-alt.css @@ -21,6 +21,8 @@ /* Set theme version text in customization panel */ #customization-footer::before { + background: url(icons/icon.svg) no-repeat; + background-size: contain; content: "Firefox Monterey theme"; - padding: 10px; + padding: 10px 10px 10px 50px; } diff --git a/src/other/firefox/Monterey/theme.css b/src/other/firefox/Monterey/theme.css index 8f33195..b6d6014 100644 --- a/src/other/firefox/Monterey/theme.css +++ b/src/other/firefox/Monterey/theme.css @@ -21,6 +21,8 @@ /* Set theme version text in customization panel */ #customization-footer::before { + background: url(icons/icon.svg) no-repeat; + background-size: contain; content: "Firefox Monterey theme"; - padding: 10px; + padding: 10px 10px 10px 50px; }