Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/actions/checkout-4…
Browse files Browse the repository at this point in the history
….1.6
  • Loading branch information
kodiakhq[bot] authored May 27, 2024
2 parents 2c12062 + b40f6f8 commit c755147
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 c755147

Please sign in to comment.