Skip to content

Commit

Permalink
added a background for the wall
Browse files Browse the repository at this point in the history
  • Loading branch information
Hrishikesh-coder committed Oct 1, 2024
1 parent 8f87995 commit 8a18247
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Binary file added src/bgm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,14 @@ body {
color: var(--text-light);
line-height: 1.6;
transition: background-color 0.3s, color 0.3s;
background-image: url('bgm.png');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;

}


body.dark-mode {
background-color: var(--bg-dark);
color: var(--text-dark);
Expand Down

0 comments on commit 8a18247

Please sign in to comment.