Fix light theme text display on Showcase page (#1044)

This commit is contained in:
Hugo Locurcio
2025-03-24 19:27:51 +01:00
committed by GitHub
parent 668450a712
commit a7e5c844e8

View File

@@ -122,7 +122,7 @@ a:has(.showcase-card) {
.author,
.card-title {
font-size: 14px;
color: var(--primary-color-text);
color: var(--base-color-text);
}
.card-title {