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 background colors such as inverse-strong #3221 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -40,7 +40,7 @@
|
||||
}
|
||||
|
||||
.dark {
|
||||
--background: 224 71% 4%;
|
||||
--background: rgba(11, 10, 18, 1);
|
||||
--foreground: 213 31% 91%;
|
||||
|
||||
--muted: 223 47% 11%;
|
||||
@ -73,6 +73,15 @@
|
||||
|
||||
--background-inverse-standard: rgba(230, 227, 246, 0.15);
|
||||
--background-inverse-standard-foreground: rgba(255, 255, 255, 1);
|
||||
|
||||
--background-inverse-weak: rgba(184, 181, 203, 0.15);
|
||||
--background-inverse-weak-foreground: rgba(255, 255, 255, 1);
|
||||
|
||||
--background-core-standard: rgba(137, 126, 255, 1);
|
||||
--background-core-standard-foreground: rgba(255, 255, 255, 1);
|
||||
|
||||
--background-inverse-strong: rgba(255, 255, 255, 0.15);
|
||||
--background-inverse-strong-foreground: rgba(255, 255, 255, 1);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user