From e387f4b41c94633750e7ad18c039fef056d09a1f Mon Sep 17 00:00:00 2001 From: dudleycu Date: Mon, 23 Aug 2021 19:32:45 +0900 Subject: [PATCH] mira fixed it (the invisible twitter icons) --- src/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/style.css b/src/style.css index 74a4ae8..2acccbb 100644 --- a/src/style.css +++ b/src/style.css @@ -1396,10 +1396,10 @@ dd:before { content: "\25E7" !important; } .check { - opacity: 25%; + opacity: 0.25; } .check:hover { - opacity: 100%; + opacity: 1; } .check:before { font-family: "Segoe UI Symbol";