From 39a2aabe81edb944c0628b4428f8a2613073ad3e Mon Sep 17 00:00:00 2001 From: Toshaan Bharvani Date: Wed, 26 Jan 2022 01:29:09 +0100 Subject: [PATCH] change the way links look in the footer change the footer links to white bold underline Signed-off-by: Toshaan Bharvani --- themes/openpowerfoundation/assets/css/footer.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/themes/openpowerfoundation/assets/css/footer.scss b/themes/openpowerfoundation/assets/css/footer.scss index fb2c570..760bde5 100644 --- a/themes/openpowerfoundation/assets/css/footer.scss +++ b/themes/openpowerfoundation/assets/css/footer.scss @@ -11,7 +11,9 @@ a { color: white; &:hover { - color: #2566f4; + color: white; + text-decoration: underline; + font-weight: bold; } } .copyright-footer {