mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-21 21:36:42 +08:00
Theme switch support (#3568)
### What problem does this PR solve? - [x] New Feature (non-breaking change which adds functionality) --------- Co-authored-by: Yingfeng <yingfeng.zhang@gmail.com> Co-authored-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
@ -15,5 +15,5 @@
|
||||
white-space: break-spaces;
|
||||
background-color: rgba(129, 139, 152, 0.12);
|
||||
border-radius: 4px;
|
||||
color: rgb(31, 35, 40);
|
||||
color: var(--ant-color-text-base);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user