fix footer links #210

This commit is contained in:
samaradel
2022-11-03 12:25:04 +02:00
parent 50e61360dc
commit 6e40a80521
2 changed files with 6 additions and 7 deletions

View File

@@ -54,18 +54,16 @@ extra:
<br> <br>
<h6><a href="" onclick="window.location.href='/mission'">ThreeFold</a></h6> <h6><a target="_self" onclick="window.location.href='/mission'">ThreeFold</a></h6>
<h6><a target="_self" onclick="window.location.href='/partners'">Partners</a></h6>
<h6><a href="" onclick="window.location.href='/partners'">Partners</a></h6> <h6><a target="_self" onclick="window.location.href='/blog'">Blog</a></h6>
<h6><a href="" onclick="window.location.href='/blog'">Blog</a></h6> <h6><a target="_self" onclick="window.location.href='/newsroom'">NewsRoom</a></h6>
<h6><a href="" onclick="window.location.href='/newsroom'">NewsRoom</a></h6>
###### [Forum](https://forum.threefold.io/) ###### [Forum](https://forum.threefold.io/)
<h6><a href="" onclick="window.location.href='/support'">Support</a></h6> <h6><a target="_self" onclick="window.location.href='/support'">Support</a></h6>
{% end %} {% end %}

View File

@@ -61,6 +61,7 @@ img[src*="#absolute"] {
} }
.footer-cust a{ .footer-cust a{
color: #999; color: #999;
cursor: pointer;
} }
.footer-cust a:hover { .footer-cust a:hover {