Skip to content

Commit

Permalink
Merge pull request #80 from Yeghro/main
Browse files Browse the repository at this point in the history
Made the text on hero landing banner more visible.
  • Loading branch information
bitkarrot authored Oct 2, 2024
2 parents 24a97ff + 56b7fe0 commit b0c54ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/css/landing.css
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,7 @@ h6,
p {
margin-top: 0;
margin-bottom: 24px;
color: white;
}
dfn,
cite,
Expand Down Expand Up @@ -1211,7 +1212,7 @@ label {
}
.anime-ready .has-animations .hero-figure::before,
.anime-ready .has-animations .hero-figure::after {
opacity: 1;
opacity: 0.8;
}
.hero-figure::before {
top: -57.8%;
Expand Down

0 comments on commit b0c54ed

Please sign in to comment.