Skip to content

Commit

Permalink
Fix text color in title option not working #840
Browse files Browse the repository at this point in the history
  • Loading branch information
sonvnn committed Oct 23, 2024
1 parent e8a90cf commit dcc1cb1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion assets/vendor/astroid/scss/widgets/_articles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@
top: auto;
}
}

.astroid-article-heading {
> a {
color: inherit;
}
}
.card-img-overlay {
--bs-card-img-overlay-padding: 2.5rem;
&.card-size-large {
Expand Down

0 comments on commit dcc1cb1

Please sign in to comment.