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 custom background color #3221 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -34,6 +34,9 @@
|
||||
--ring: 215 20.2% 65.1%;
|
||||
|
||||
--radius: 0.5rem;
|
||||
|
||||
--background-inverse-standard: rgba(58, 56, 65, 0.15);
|
||||
--background-inverse-standard-foreground: rgb(92, 81, 81);
|
||||
}
|
||||
|
||||
.dark {
|
||||
@ -67,6 +70,9 @@
|
||||
--ring: 216 34% 17%;
|
||||
|
||||
--radius: 0.5rem;
|
||||
|
||||
--background-inverse-standard: rgba(230, 227, 246, 0.15);
|
||||
--background-inverse-standard-foreground: rgba(255, 255, 255, 1);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user