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:
@@ -119,12 +119,11 @@ module.exports = [
|
||||
{{homebreweryCredits
|
||||
Made With
|
||||
|
||||
{{homebreweryIcon,gold}}
|
||||
{{homebreweryIcon}}
|
||||
|
||||
The Homebrewery
|
||||
[Homebrewery.NaturalCrit.com](https://homebrewery.naturalcrit.com)
|
||||
}}
|
||||
\n`;
|
||||
}}\n\n`;
|
||||
},
|
||||
}
|
||||
]
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user