Merge branch 'main' into dependabot/github_actions/actions/checkout-4.1.6

This commit is contained in:
kodiakhq[bot] 2024-05-27 12:50:46 +00:00 committed by GitHub
commit c755147c61
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 1 deletions

View file

@ -72,7 +72,8 @@ html[data-theme='dark'] {
h2,
h3,
h4,
h5 {
h5,
h6 {
color: get-dark-color('heading-color');
}

View file

@ -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');
}
}
}
}
}