Skip to content

Commit

Permalink
Daily Update
Browse files Browse the repository at this point in the history
  • Loading branch information
mirai-mamori committed Oct 3, 2024
1 parent a73e75c commit 89d696c
Show file tree
Hide file tree
Showing 4 changed files with 422 additions and 424 deletions.
4 changes: 2 additions & 2 deletions author.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
box-shadow: 0 1px 30px -4px #e8e8e8;
background: rgba(255, 255, 255, 0.7);
padding: 2px 8px;
-webkit-transition: all 0.8s ease;
transition: all 0.8s ease;
-webkit-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
border-radius: 16px;
border: 1px solid #FFFFFF;
backdrop-filter: blur(10px);
Expand Down
10 changes: 5 additions & 5 deletions inc/decorate.php
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ function customizer_css() { ?>

/*深色模式自定义颜色*/
body.dark .headertop-down svg path
{fill: <?=iro_opt('drop_down_arrow_dark_color'); ?> !important;transition: all 0.8s ease;}
{fill: <?=iro_opt('drop_down_arrow_dark_color'); ?> !important;transition: all 0.6s ease-in-out;}

/*深色模式图像亮度*/
body.dark img,
Expand Down Expand Up @@ -972,8 +972,8 @@ function customizer_css() { ?>
max-width: 32%;
top: 10px;
flex-direction: column;
transition: all 0.8s ease;
-webkit-transition: all 0.8s ease;
transition: all 0.6s ease-in-out;
-webkit-transition: all 0.6s ease-in-out;
}

}
Expand All @@ -987,8 +987,8 @@ function customizer_css() { ?>
max-width: 32%;
top: 10px;
flex-direction: column;
transition: all 0.8s ease;
-webkit-transition: all 0.8s ease;
transition: all 0.6s ease-in-out;
-webkit-transition: all 0.6s ease-in-out;
}

}
Expand Down
Loading

0 comments on commit 89d696c

Please sign in to comment.