1
0
This commit is contained in:
syui 2024-04-28 17:51:34 +09:00
parent e0f8d37728
commit 27d4f9511f
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56

View File

@ -1312,10 +1312,15 @@ button.comment_open:hover {
.sun-button img { .sun-button img {
width: 50px; width: 50px;
margin: 50% 0 0 0; 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 { img#sun-img-button:hover {
background:#fff700 background:#fff700a6;
} }
@media screen and (max-width:1000px) { @media screen and (max-width:1000px) {