Skip to content

Commit

Permalink
Site updated: 2024-03-23 00:53:10
Browse files Browse the repository at this point in the history
  • Loading branch information
moyichuxin committed Mar 22, 2024
1 parent 9bcfddf commit 3691871
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1218,7 +1218,7 @@ pre .javascript .function {
}
.links-of-author a::before,
.links-of-author span.exturl::before {
background: #aa18fb;
background: #836a9d;
border-radius: 50%;
content: ' ';
display: inline-block;
Expand Down Expand Up @@ -2629,9 +2629,9 @@ body {
}
*/
body {
background: url("/images/background1.png");
background-size: contain;
background-repeat: round;
background: url("/images/background4.jpg");
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: 50% 50%;
}
Binary file added images/background2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/background3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/background4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3691871

Please sign in to comment.