0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-25 05:22:38 +00:00

Change the text to include URL link

This commit is contained in:
G.Ambatte
2023-10-01 19:52:17 +13:00
committed by David Bolack
parent d0ccc4a15a
commit 033776168e
2 changed files with 11 additions and 7 deletions

View File

@@ -223,7 +223,8 @@ module.exports = [
{{homebreweryIcon,gold}}
Homebrewery.NaturalCrit.com
The Homebrewery
[Homebrewery.NaturalCrit.com](https://homebrewery.naturalcrit.com)
}}
\n`;
},

View File

@@ -948,20 +948,23 @@
font-family: "NodestoCapsWide";
font-size: .4cm;
line-height: 1em;
color: #FFFFFF;
text-align: center;
text-indent: 0;
letter-spacing: .08em;
}
.page .homebreweryCredits .homebreweryIcon {
}
.page .homebreweryCredits a {
color: inherit;
text-decoration: none;
}
.page .homebreweryCredits .homebreweryIcon {
margin: 10px auto;
display: block;
height: 75px;
mask: url(/assets/naturalCritLogoWhite.svg) center / contain no-repeat;
-webkit-mask: url(/assets/naturalCritLogoWhite.svg) center / contain no-repeat;
background-color: red;
}
.page .homebreweryCredits .homebreweryIcon.gold {
}
.page .homebreweryCredits .homebreweryIcon.gold {
background-image: linear-gradient(to top left, brown 22.5%, gold 40%, white 60%, gold 67.5%, brown 82.5%);
}
}