优化:

加重引用文本下的字体颜色,对比更明显;
调整目录选中时在暗黑模式下的文本颜色表现。
This commit is contained in:
mjsoftware 2024-02-29 10:35:32 +08:00
parent 599628ea4d
commit d55347e696
2 changed files with 5 additions and 2 deletions

View File

@ -574,7 +574,7 @@ table td, table th {
&.is-active { &.is-active {
background-color: var(--bg-e); background-color: var(--bg-e);
color: var(--light-a); color: var(--light-z);
} }
} }
@ -3458,7 +3458,8 @@ button.swiper-pagination-bullet {
line-height: 1.7em; line-height: 1.7em;
margin-bottom: 14px; margin-bottom: 14px;
padding: 8px 15px; padding: 8px 15px;
color: var(--dark-b); //color: var(--dark-b);
color: var(--dark-c);
background: var(--bg-h); background: var(--bg-h);
border-left: 5px solid var(--theme); border-left: 5px solid var(--theme);
border-radius: var(--radius-inner); border-radius: var(--radius-inner);

View File

@ -12,6 +12,7 @@ html {
--light-b: #ebeef5; --light-b: #ebeef5;
--light-c: #dcdcdc; --light-c: #dcdcdc;
--light-d: #c0c4cc; --light-d: #c0c4cc;
--light-z: #ffffff;
--dark-a: #4a4a4a; --dark-a: #4a4a4a;
--dark-b: #909399; --dark-b: #909399;
--dark-c: #333; --dark-c: #333;
@ -47,6 +48,7 @@ html {
--light-b: #414243; --light-b: #414243;
--light-c: #303030; --light-c: #303030;
--light-d: #666; --light-d: #666;
--light-z: #c2c2c2;
--dark-a: #888; --dark-a: #888;
--dark-b: #777; --dark-b: #777;
--dark-c: silver; --dark-c: silver;