mirror of
https://github.com/HiMeditator/auto-caption.git
synced 2026-02-04 04:14:42 +08:00
fix(renderer): 修复暗色主题下部分字体不可见的问题
This commit is contained in:
@@ -304,6 +304,7 @@ function clearCaptions() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.caption-title {
|
.caption-title {
|
||||||
|
color: var(--icon-color);
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|||||||
@@ -96,6 +96,7 @@ const columns = [
|
|||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.log-title {
|
.log-title {
|
||||||
|
color: var(--icon-color);
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|||||||
Reference in New Issue
Block a user