mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
### What problem does this PR solve? Feat: Add ProfileSetting page #3221 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -39,6 +39,10 @@
|
||||
--background-inverse-standard-foreground: rgb(92, 81, 81);
|
||||
|
||||
--button-blue-text: rgb(22, 119, 255);
|
||||
|
||||
--colors-outline-sentiment-primary: rgba(127, 105, 255, 1);
|
||||
|
||||
--colors-text-core-standard: rgba(127, 105, 255, 1);
|
||||
}
|
||||
|
||||
.dark {
|
||||
@ -108,6 +112,10 @@
|
||||
--colors-background-neutral-standard: rgba(11, 10, 18, 1);
|
||||
--colors-background-neutral-strong: rgba(29, 26, 44, 1);
|
||||
--colors-background-neutral-weak: rgba(17, 16, 23, 1);
|
||||
|
||||
--colors-outline-sentiment-primary: rgba(146, 118, 255, 1);
|
||||
|
||||
--colors-text-core-standard: rgba(137, 126, 255, 1);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user