diff --git a/themes/V3/Blank/snippets.js b/themes/V3/Blank/snippets.js index a12152628..632c9e5f7 100644 --- a/themes/V3/Blank/snippets.js +++ b/themes/V3/Blank/snippets.js @@ -119,12 +119,11 @@ module.exports = [ {{homebreweryCredits Made With - {{homebreweryIcon,gold}} + {{homebreweryIcon}} The Homebrewery [Homebrewery.NaturalCrit.com](https://homebrewery.naturalcrit.com) - }} - \n`; + }}\n\n`; }, } ] diff --git a/themes/V3/Blank/style.less b/themes/V3/Blank/style.less index 5d3bb5509..89a4fdb5c 100644 --- a/themes/V3/Blank/style.less +++ b/themes/V3/Blank/style.less @@ -485,6 +485,9 @@ body { height: 75px; mask: url(/assets/naturalCritLogoWhite.svg) center / contain no-repeat; -webkit-mask: url(/assets/naturalCritLogoWhite.svg) center / contain no-repeat; + background-color: black; + } + .homebreweryIcon.red { background-color: red; } .homebreweryIcon.gold {