fix: light theme fixes

This commit is contained in:
alexsparkes
2023-01-08 14:01:00 +00:00
parent 4920ae7b80
commit 602ea813f2
4 changed files with 5 additions and 3 deletions

View File

@@ -71,7 +71,6 @@ function Items({
<span className="card-title">{item.display_name || item.name}</span>
<span className="card-subtitle">{item.author}</span>
</div>
{item.type}
</div>
))}
</div>

View File

@@ -119,6 +119,9 @@
.quotediv .author-holder .author .author-content .title {
font-size: 1em !important;
@include themed() {
color: t($color) !important;
}
}
}
}