mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-30 09:03:15 +00:00
feat: enhance prompt variable handling and add system variable options in prompts modal (#2128)
This commit is contained in:
@@ -225,6 +225,16 @@ layer(base);
|
||||
}
|
||||
|
||||
@layer base {
|
||||
.prompt-variable-highlight {
|
||||
background-color: rgba(106, 77, 244, 0.18);
|
||||
border-radius: 0.375rem;
|
||||
padding: 0 0.25rem;
|
||||
}
|
||||
|
||||
.dark .prompt-variable-highlight {
|
||||
background-color: rgba(106, 77, 244, 0.32);
|
||||
}
|
||||
|
||||
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
|
||||
|
||||
/* Document
|
||||
|
||||
Reference in New Issue
Block a user