From ff7f7763c71e93fff9186067b8cf95b987648c07 Mon Sep 17 00:00:00 2001 From: Tomochin Date: Wed, 23 Sep 2020 03:42:16 +0700 Subject: [PATCH] Footer text colour fixes --- static/styles/sugoi/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/styles/sugoi/style.css b/static/styles/sugoi/style.css index 963ffd5..eae47d0 100755 --- a/static/styles/sugoi/style.css +++ b/static/styles/sugoi/style.css @@ -143,10 +143,14 @@ ul.thin li { margin:0px 0px; padding:0px; } opacity: 0; transition: ease-in-out 0.3s; transition-delay: 0.7s; + color: white; } #footer:hover { opacity: 1; } +#footer a { + color: white; +} #logo { width: 620px;