From def64bb4852c36685016e20ee315d975a3678a17 Mon Sep 17 00:00:00 2001 From: GNUxeava Date: Fri, 18 Mar 2022 11:52:59 +0530 Subject: [PATCH] modify footer links --- index.html | 4 ++-- style.css | 9 +++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 98c8828..8800cbe 100644 --- a/index.html +++ b/index.html @@ -46,8 +46,8 @@ diff --git a/style.css b/style.css index 94b260e..ff8f7b2 100644 --- a/style.css +++ b/style.css @@ -40,3 +40,12 @@ footer { text-align: center; font-size: 80%; } + +a.footer-link { + color: #808080; + text-decoration: none; +} + +a:hover.footer-link { + color: #b00c2f; +}