Merge pull request 'fix(brand): link "Runic Gateway" footer badge to Gitea org' (#70) from fix/branding-footer-link into main
Reviewed-on: #70 Reviewed-by: Colby Whitlock <whitlocktech@gmail.com>
This commit is contained in:
@@ -20,7 +20,14 @@ export default function SiteFooter() {
|
|||||||
<span>
|
<span>
|
||||||
Powered by
|
Powered by
|
||||||
<br />
|
<br />
|
||||||
|
<a
|
||||||
|
href="https://gitea.whitlocktech.com/RunicGateway"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
className="site-footer-brand-link"
|
||||||
|
>
|
||||||
<strong>Runic Gateway</strong>
|
<strong>Runic Gateway</strong>
|
||||||
|
</a>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div className="site-footer-info">
|
<div className="site-footer-info">
|
||||||
|
|||||||
@@ -1044,6 +1044,13 @@ button[disabled] {
|
|||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
letter-spacing: 0.04em;
|
letter-spacing: 0.04em;
|
||||||
}
|
}
|
||||||
|
.site-footer-brand-link {
|
||||||
|
text-decoration: none;
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
.site-footer-brand-link:hover strong {
|
||||||
|
color: var(--accent);
|
||||||
|
}
|
||||||
.site-footer-info {
|
.site-footer-info {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|||||||
Reference in New Issue
Block a user