modify footer links

This commit is contained in:
GNUxeava 2022-03-18 11:52:59 +05:30
parent 6450f11e43
commit def64bb485
2 changed files with 11 additions and 2 deletions

View file

@ -46,8 +46,8 @@
<footer class="content"> <footer class="content">
<hr> <hr>
<p><a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a></p> <p><a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a class="footer-link" rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a></p>
<p><a href="https://banyan.divineduty.xyz/GNUxeava/divineduty.xyz">View source</a></p> <p><a class="footer-link" href="https://banyan.divineduty.xyz/GNUxeava/divineduty.xyz">View source</a></p>
<p>&copy; 2022 &hearts; Aditya Kumar</p> <p>&copy; 2022 &hearts; Aditya Kumar</p>
</footer> </footer>
</body> </body>

View file

@ -40,3 +40,12 @@ footer {
text-align: center; text-align: center;
font-size: 80%; font-size: 80%;
} }
a.footer-link {
color: #808080;
text-decoration: none;
}
a:hover.footer-link {
color: #b00c2f;
}