From eb4ee65290d9d15cd1510136d0c25e6457781b02 Mon Sep 17 00:00:00 2001 From: dudleycu Date: Mon, 23 Aug 2021 19:26:24 +0900 Subject: [PATCH] i fixed the footer COPIUM --- src/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/style.css b/src/style.css index 34cc356..74a4ae8 100644 --- a/src/style.css +++ b/src/style.css @@ -986,10 +986,10 @@ button{ span.github, span.twitter { font-size: 24px; margin-right: 15px; - opacity: 75%; + opacity: 0.75; } span.github:hover, span.twitter:hover { - opacity: 100%; + opacity: 1; } span.github:before, span.twitter:before { vertical-align: middle;