Added background image for dark mode

This commit is contained in:
Hritik Verma 2022-10-01 11:16:58 +05:30
parent a0329683ff
commit 596f5af617
2 changed files with 4 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 KiB

View File

@ -34,7 +34,10 @@ section {
background-size: cover;
}
.dark-bg{
background-color: #27292b;
background-image: url('./../assets/bg/main-bg-dark.png');
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.main-bg {
background-image: url('./../assets/bg/main-bg.png');