mirror of
https://ghfast.top/https://github.com/zsjy/halo-theme-dream2.0-plus.git
synced 2025-03-16 00:49:40 +08:00
优化:
加重引用文本下的字体颜色,对比更明显; 调整目录选中时在暗黑模式下的文本颜色表现。
This commit is contained in:
parent
599628ea4d
commit
d55347e696
@ -574,7 +574,7 @@ table td, table th {
|
||||
|
||||
&.is-active {
|
||||
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;
|
||||
margin-bottom: 14px;
|
||||
padding: 8px 15px;
|
||||
color: var(--dark-b);
|
||||
//color: var(--dark-b);
|
||||
color: var(--dark-c);
|
||||
background: var(--bg-h);
|
||||
border-left: 5px solid var(--theme);
|
||||
border-radius: var(--radius-inner);
|
||||
|
@ -12,6 +12,7 @@ html {
|
||||
--light-b: #ebeef5;
|
||||
--light-c: #dcdcdc;
|
||||
--light-d: #c0c4cc;
|
||||
--light-z: #ffffff;
|
||||
--dark-a: #4a4a4a;
|
||||
--dark-b: #909399;
|
||||
--dark-c: #333;
|
||||
@ -47,6 +48,7 @@ html {
|
||||
--light-b: #414243;
|
||||
--light-c: #303030;
|
||||
--light-d: #666;
|
||||
--light-z: #c2c2c2;
|
||||
--dark-a: #888;
|
||||
--dark-b: #777;
|
||||
--dark-c: silver;
|
||||
|
Loading…
x
Reference in New Issue
Block a user