Skip to content

Commit

Permalink
fix: courses heading page light mode fixed (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
DhairyaMajmudar authored Dec 24, 2024
1 parent bc1710b commit ea95e52
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
width: 100%;
display: flex;

h1 {
color: var(--body-text);
}

&__image {
width: 100%;
margin-top: -60%;
Expand Down

0 comments on commit ea95e52

Please sign in to comment.