diff options
| author | A.J. Shulman <Shulman.aj@gmail.com> | 2024-08-16 15:45:23 -0400 |
|---|---|---|
| committer | A.J. Shulman <Shulman.aj@gmail.com> | 2024-08-16 15:45:23 -0400 |
| commit | daa72b906e3364c2b6a836533fc1980bb63ba303 (patch) | |
| tree | da6b0d25f7ff547e460832b1de823cd2a909ac85 /src/client/views/nodes/ChatBox/ChatBox.scss | |
| parent | d97405e0a172b03a759452a1e9a7291974d89248 (diff) | |
now shows thoughts in real time
next steps:
integrate everything with the AnswerParser
make sure citations work perfectly (right now clicking citations isn't perfect for urls and multiple citations for the same url source are generated—check examples for mistakes)
Diffstat (limited to 'src/client/views/nodes/ChatBox/ChatBox.scss')
| -rw-r--r-- | src/client/views/nodes/ChatBox/ChatBox.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/views/nodes/ChatBox/ChatBox.scss b/src/client/views/nodes/ChatBox/ChatBox.scss index e39938c4f..91bb3aba7 100644 --- a/src/client/views/nodes/ChatBox/ChatBox.scss +++ b/src/client/views/nodes/ChatBox/ChatBox.scss @@ -239,4 +239,8 @@ $follow-up-hover-bg-color: #dee2e6; } } } + .thought-text { + color: #6c757d; + font-style: italic; + } } |
