aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/ChatBox/MessageComponent.scss
diff options
context:
space:
mode:
authoreleanor-park <113556828+eleanor-park@users.noreply.github.com>2024-07-11 11:48:44 -0400
committerGitHub <noreply@github.com>2024-07-11 11:48:44 -0400
commit2bf43f9906f84a600e6d5ea9dfc6c1af0ee3fd42 (patch)
tree19895e85364e58246ec2869459e9d29f6621526e /src/client/views/nodes/ChatBox/MessageComponent.scss
parentf33e6c9e191092e6050f980892b4404ff0d0a1f2 (diff)
parent4438e7fe202ff4091b26f073122e7866ec9abb46 (diff)
Merge pull request #316 from brown-dash/master
updating gpt draw branch
Diffstat (limited to 'src/client/views/nodes/ChatBox/MessageComponent.scss')
-rw-r--r--src/client/views/nodes/ChatBox/MessageComponent.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/client/views/nodes/ChatBox/MessageComponent.scss b/src/client/views/nodes/ChatBox/MessageComponent.scss
new file mode 100644
index 000000000..6fcc0e5e7
--- /dev/null
+++ b/src/client/views/nodes/ChatBox/MessageComponent.scss
@@ -0,0 +1,10 @@
+MessageComponent-citation {
+ color: lightblue;
+ vertical-align: super;
+ font-size: smaller;
+}
+MessageComponent-file_path {
+ color: lightblue;
+ vertical-align: baseline;
+ font-size: inherit;
+}