Skip to content

Commit

Permalink
fix(#16): fixed double application of opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
JanssenBrm committed Oct 4, 2024
1 parent ff20ce6 commit 5e3072b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/components/_page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ p, li {
opacity: var(--opacity);
}

li p {
opacity: 1.0;
}

.wrapper {
display: flex;
flex-direction: column;
Expand Down

0 comments on commit 5e3072b

Please sign in to comment.