From e264aa497b351c961633a638ccb76f6733c35917 Mon Sep 17 00:00:00 2001 From: wizardforcel <562826179@qq.com> Date: Sat, 8 May 2021 23:52:44 +0800 Subject: [PATCH] 2021-05-08 23:52:44 --- asset/dark-mode.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/asset/dark-mode.css b/asset/dark-mode.css index 460957c..4aa47af 100644 --- a/asset/dark-mode.css +++ b/asset/dark-mode.css @@ -1,9 +1,9 @@ #dark-mode-btn { position: fixed; - right: 20px; + right: 15px; top: 100px; - width: 25px; - height: 25px; + width: 35px; + height: 35px; background-repeat: no-repeat; background-size: cover; cursor: pointer; -- GitLab