Skip to content

Commit

Permalink
fix(client): test increase opacity for unsolved chapters/problems again
Browse files Browse the repository at this point in the history
  • Loading branch information
fushar committed Sep 16, 2023
1 parent e7c4ae6 commit c1e555f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ a.course-chapters-sidebar__item {
}

&--future {
opacity: 50%;
opacity: 70%;
font-weight: normal !important;
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
background-color: inherit;

a {
opacity: 50%;

opacity: 70%;
h4 {
font-weight: normal !important;
}
Expand All @@ -42,7 +41,6 @@
.chapter-problem-card {
&--future {
background-color: inherit;

}
}
}

0 comments on commit c1e555f

Please sign in to comment.