diff --git a/src/other/firefox/Monterey/theme-alt.css b/src/other/firefox/Monterey/theme-alt.css index 169c1676..6be65657 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 8f331955..b6d60141 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; }