Skip to content

Commit

Permalink
perf: update bg
Browse files Browse the repository at this point in the history
  • Loading branch information
eallion committed May 31, 2024
1 parent 608e423 commit 79de4bc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file removed assets/background.jpg
Binary file not shown.
Binary file added assets/background.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.default-theme {
background-color: rgba(12, 12, 12, 1.0);
color: rgba(204, 204, 204, 1.0);
background-image: url(background.jpg);
background-image: url(background.webp);
background-size: cover;
background-repeat: no-repeat;
}
Expand Down

0 comments on commit 79de4bc

Please sign in to comment.