fix(renderer): 修复暗色主题下部分字体不可见的问题

This commit is contained in:
himeditator
2025-09-15 22:17:47 +08:00
parent 4b47e50d9e
commit 77726753bb
2 changed files with 2 additions and 0 deletions

View File

@@ -304,6 +304,7 @@ function clearCaptions() {
}
.caption-title {
color: var(--icon-color);
display: inline-block;
font-size: 24px;
font-weight: bold;

View File

@@ -96,6 +96,7 @@ const columns = [
<style scoped>
.log-title {
color: var(--icon-color);
display: inline-block;
font-size: 24px;
font-weight: bold;