diff --git a/asset/dark-mode.css b/asset/dark-mode.css index 460957c6334d17e0bf8ba66a4a59b94f3164bf3e..4aa47afcb0b0f854279da60075328f0e3f2d4f53 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;