Skip to content

Commit

Permalink
Merge pull request #32 from Hrishikesh-coder/main
Browse files Browse the repository at this point in the history
Add my name to contributors.json
  • Loading branch information
JollyJolli authored Oct 1, 2024
2 parents 1b3f0d7 + 8a18247 commit 2400742
Show file tree
Hide file tree
Showing 3 changed files with 9 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.
3 changes: 3 additions & 0 deletions src/contributors.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,8 @@
},
{
"name": "Ashu"
},
{
"name": "Hrishikesh"
}
]
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 2400742

Please sign in to comment.