0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-09 11:32:39 +00:00

Tweak icon styling

This commit is contained in:
G.Ambatte
2023-12-06 14:33:55 +13:00
parent 407efd0f8b
commit 78d4d6fb7c
2 changed files with 5 additions and 3 deletions

View File

@@ -119,12 +119,11 @@ module.exports = [
{{homebreweryCredits {{homebreweryCredits
Made With Made With
{{homebreweryIcon,gold}} {{homebreweryIcon}}
The Homebrewery The Homebrewery
[Homebrewery.NaturalCrit.com](https://homebrewery.naturalcrit.com) [Homebrewery.NaturalCrit.com](https://homebrewery.naturalcrit.com)
}} }}\n\n`;
\n`;
}, },
} }
] ]

View File

@@ -485,6 +485,9 @@ body {
height: 75px; height: 75px;
mask: url(/assets/naturalCritLogoWhite.svg) center / contain no-repeat; mask: url(/assets/naturalCritLogoWhite.svg) center / contain no-repeat;
-webkit-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; background-color: red;
} }
.homebreweryIcon.gold { .homebreweryIcon.gold {