From 4f6110d8daf03ed50d26886a80377c9eecec855d Mon Sep 17 00:00:00 2001 From: 3err0 Date: Sun, 8 Mar 2020 20:46:25 +0800 Subject: [PATCH] fix --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 71d0911..fc5cd89 100644 --- a/style.css +++ b/style.css @@ -107,7 +107,7 @@ html[dir='rtl'] .icon { font-family: 'Segoe UI', Tahoma, sans-serif; font-size: 75%; } -.footer a, a:hover{ +.footer a, .footer a:hover{ color: gray; text-decoration: none; }