From 7ed0a5ac61ca8ca2fa1dd91fdde8471649a95dcb Mon Sep 17 00:00:00 2001 From: 3err0 Date: Sat, 7 Mar 2020 16:32:48 +0800 Subject: [PATCH] footer style change --- style.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/style.css b/style.css index 5577bab..047b7a4 100644 --- a/style.css +++ b/style.css @@ -98,13 +98,9 @@ html[dir='rtl'] .icon { } .footer{ - background-color: white; - border-radius: 2px; - box-shadow: 0 4px 6px 1px rgba(50, 50, 50, 0.14); box-sizing: border-box; - color: black; - line-height: 1.5; - margin: 1em auto 0; + color: gray; + margin: 0.5em auto 0; max-width: 640px; padding: 5px 35px 5px 35px; width: 100%;