Skip to content

Commit

Permalink
fix: Fixed font color for education pages in dark mode (#943)
Browse files Browse the repository at this point in the history
  • Loading branch information
joyao committed May 27, 2024
1 parent 6f318f5 commit b40f6f8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/styles/components/texts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ html[data-theme='dark'] {
h2,
h3,
h4,
h5 {
h5,
h6 {
color: get-dark-color('heading-color');
}

Expand Down
5 changes: 5 additions & 0 deletions assets/styles/sections/education.scss
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,11 @@ html[data-theme='dark'] {
border-left: 2px solid get-dark-color('accent-color');
}
}
.custom-section {
.custom-content {
color: get-dark-color('text-color');
}
}
}
}
}
Expand Down

0 comments on commit b40f6f8

Please sign in to comment.