From 658fe6c822216c99ec83c37a6b52ce8f8a711422 Mon Sep 17 00:00:00 2001 From: 3err0 Date: Sun, 8 Mar 2020 20:41:04 +0800 Subject: [PATCH] footer link style --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index 3e6ef9d..71d0911 100644 --- a/style.css +++ b/style.css @@ -107,6 +107,10 @@ html[dir='rtl'] .icon { font-family: 'Segoe UI', Tahoma, sans-serif; font-size: 75%; } +.footer a, a:hover{ + color: gray; + text-decoration: none; +} .right{ float: right; } \ No newline at end of file