fix: 提高主色在深色模式下的对比度 改善长文本显示效果

This commit is contained in:
ZiuChen 2022-09-16 10:11:39 +08:00
parent e0e2eddf96
commit e64d8051bf
2 changed files with 1 additions and 2 deletions

View File

@ -73,7 +73,6 @@
}
.clip-over-sized-content {
color: @primary-color;
text-shadow: 0px 0px 1px @primary-color-lighter;
}
}
}

View File

@ -11,7 +11,7 @@
@media (prefers-color-scheme: dark) {
#app {
@primary-color: #3271ae;
@primary-color: #448bd2;
@primary-color-lighter: #4997e1;
@text-color: #e8e6e3;
@text-color-lighter: rgb(181, 181, 181);