mirror of
https://github.com/mue/mue.git
synced 2026-07-18 06:24:17 +02:00
fix: light theme fixes
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -119,6 +119,9 @@
|
||||
|
||||
.quotediv .author-holder .author .author-content .title {
|
||||
font-size: 1em !important;
|
||||
@include themed() {
|
||||
color: t($color) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user