Crafted by...

This commit is contained in:
bumi 2020-05-02 11:35:04 +02:00
parent db32d3ea4f
commit a54f78829e
2 changed files with 5 additions and 8 deletions

View File

@ -155,7 +155,7 @@ Colours
&:hover {
opacity: 1;
}
a {
color: #white;
a, a:visited {
color: $white;
}
}

View File

@ -35,21 +35,18 @@
<section id="footer" class="section has-blue-bg">
<div class="container has-text-centered">
<a href="" class="is-size-4 social-link">
<a href="https://twitter.com/bumi" class="is-size-4 social-link">
<i class="fab fa-twitter"></i>
</a>
<a href="" class="is-size-4 social-link">
<a href="https://github.com/bumi" class="is-size-4 social-link">
<i class="fab fa-github"></i>
</a>
<a href="" class="is-size-4 social-link">
<i class="fab fa-dev"></i>
</a>
<p class="has-text-white is-size-7">
Crafted in Rwanda an Germany by <a href="https://twitter.com/bumi">@bumi</a>, <a href="https://twitter.com/musayann">@musayann</a> &amp; <a href="https://github.com/karemarsy">@karemarsy</a>
</p>
</div>
</section>
</body>
</html>