From 27d4f9511f9c2aa3f795f16748b6f1b4d1147ba4 Mon Sep 17 00:00:00 2001 From: syui Date: Sun, 28 Apr 2024 17:51:34 +0900 Subject: [PATCH] fix --- static/css/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 267c28b5..b327a71b 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1312,10 +1312,15 @@ button.comment_open:hover { .sun-button img { width: 50px; margin: 50% 0 0 0; + -webkit-transition: 0.8s; + -moz-transition: 0.8s; + -o-transition: 0.8s; + -ms-transition: 0.8s; + transition: 0.8s; } img#sun-img-button:hover { - background:#fff700 + background:#fff700a6; } @media screen and (max-width:1000px) {