0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-28 04:52:40 +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
Made With
{{homebreweryIcon,gold}}
{{homebreweryIcon}}
The Homebrewery
[Homebrewery.NaturalCrit.com](https://homebrewery.naturalcrit.com)
}}
\n`;
}}\n\n`;
},
}
]

View File

@@ -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 {