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:
@@ -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`;
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user