Skip to content

Commit

Permalink
Merge pull request #1580 from meetarora10/card-branch
Browse files Browse the repository at this point in the history
Added dark mode effects on the cards on the home page .
  • Loading branch information
sunny0625 authored Aug 9, 2024
2 parents 875f362 + 1399dd7 commit d800494
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,7 @@ <h1 class="slider-title slider-reveal">
.content {
height: 2000px;
background: linear-gradient(white, lightgray);
background: var(--background-color);

}
</style>
Expand Down Expand Up @@ -576,7 +577,7 @@ <h1 class="tagline py-2 text-center mx-auto" data-aos="zoom-out-up" data-aos-off
}

.card-1>.content {
color: white;
color: var(--text-color);
position: absolute;
top: 550px;
padding: 10px;
Expand Down

0 comments on commit d800494

Please sign in to comment.