From 333d9651f2f16fa929f804059f3df6135168ce83 Mon Sep 17 00:00:00 2001 From: rottenstonks <92872541+rottenstonks@users.noreply.github.com> Date: Tue, 17 May 2022 12:14:28 -0500 Subject: [PATCH] update --- _includes/footer.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/_includes/footer.html b/_includes/footer.html index 0c87441..babc6bc 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,4 +1,9 @@ <footer class="footer"> +<style> + a.color-grey { + color: rgb(#888888); + } + </style> <span>2022 - Revuo Monero.</br> - <a href="https://revuo-xmr.com/source/" target="_blank">Source Code & Licenses</a></span> + <a class="color-grey" href="https://revuo-xmr.com/source/" target="_blank">Source Code & License</a></span> </footer>